cross-spawn

6.0.56.0.6
package.json
package.json
+2−3
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "cross-spawn",
-  "version": "6.0.5",
+  "version": "6.0.6",
   "description": "Cross platform child_process#spawn and child_process#spawnSync",
   "keywords": [
     "spawn",
     "spawnSync",
@@ -25,16 +25,15 @@
   ],
   "scripts": {
     "lint": "eslint .",
     "test": "jest --env node --coverage",
-    "prerelease": "npm t && npm run lint",
     "release": "standard-version",
     "precommit": "lint-staged",
     "commitmsg": "commitlint -e $GIT_PARAMS"
   },
   "standard-version": {
     "scripts": {
-      "posttag": "git push --follow-tags origin master && npm publish"
+      "posttag": "git push --follow-tags origin v6"
     }
   },
   "lint-staged": {
     "*.js": [