Browse Source

Merge pull request #336 from ralphtheninja/master

build browser/bundle.js in prepublish step
patch-2
Ryan X. Charles 11 years ago
parent
commit
e06ee71cb5
  1. 2
      package.json

2
package.json

@ -49,7 +49,7 @@
"install": "node-gyp rebuild", "install": "node-gyp rebuild",
"test": "mocha test -R spec", "test": "mocha test -R spec",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test", "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": { "dependencies": {
"jssha": "=1.5.0", "jssha": "=1.5.0",

Loading…
Cancel
Save