Browse Source

Merge pull request #257 from maraoz/feature/explicit-node-gyp

add explicit node-gyp execution
patch-2
Ryan X. Charles 11 years ago
parent
commit
0b546f2aab
  1. 1
      package.json

1
package.json

@ -42,6 +42,7 @@
"url": "https://github.com/bitpay/bitcore.git"
},
"scripts": {
"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"

Loading…
Cancel
Save