Skip to content

Commit 37d7f76

Browse files
authored
Merge pull request #207 from chiro-hiro/master
Fix installation's error on Windows
2 parents 93287a0 + 97479e3 commit 37d7f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"lint": "semistandard",
11-
"prepublish": "./downloadCurrentVersion.js && ./verifyVersion.js",
11+
"prepublish": "node downloadCurrentVersion.js && node verifyVersion.js",
1212
"pretest": "npm run lint",
1313
"test": "tape ./test/index.js",
1414
"coverage": "istanbul cover node_modules/tape/bin/tape ./test/index.js",

0 commit comments

Comments
 (0)