build browser/bundle.js in prepublish step

This commit is contained in:
lms 2014-05-08 11:30:11 +02:00
parent 982548f3e3
commit b2cd391bf0
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
"install": "node-gyp rebuild",
"test": "mocha test -R spec",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test",
"postinstall": "node browser/build.js -a"
"prepublish": "node browser/build.js -a"
},
"dependencies": {
"jssha": "=1.5.0",