We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93287a0 + 97479e3 commit 37d7f76Copy full SHA for 37d7f76
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"lint": "semistandard",
11
- "prepublish": "./downloadCurrentVersion.js && ./verifyVersion.js",
+ "prepublish": "node downloadCurrentVersion.js && node verifyVersion.js",
12
"pretest": "npm run lint",
13
"test": "tape ./test/index.js",
14
"coverage": "istanbul cover node_modules/tape/bin/tape ./test/index.js",
0 commit comments