Skip to content

Commit bce2a70

Browse files
committed
Fix postinstall issue on windows
1 parent a56ee5f commit bce2a70

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
@@ -41,7 +41,7 @@
4141
"scripts": {
4242
"test": "npm run test-browserify && gulp",
4343
"test-browserify": "run-browser test/commonjs/browserify.test.js -b",
44-
"postinstall": "./node_modules/bower/bin/bower install"
44+
"postinstall": "bower install"
4545
},
4646
"repository": {
4747
"type": "git",

0 commit comments

Comments
 (0)