Browse Source

fix postinstall script

patch-2
Manuel Araoz 11 years ago
parent
commit
306ecbf1a3
  1. 2
      package.json

2
package.json

@ -43,7 +43,7 @@
}, },
"scripts": { "scripts": {
"test": "mocha test -R spec", "test": "mocha test -R spec",
"postinstall": "node ./browser/browserify.js -a" "prepublish": "node browser/browserify.js -a"
}, },
"dependencies": { "dependencies": {
"soop": "git://github.com/bitpay/soop.git", "soop": "git://github.com/bitpay/soop.git",

Loading…
Cancel
Save