Browse Source

fix postinstall

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

2
package.json

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

Loading…
Cancel
Save