fix postinstall script

This commit is contained in:
Manuel Araoz 2014-03-12 09:00:14 -03:00
parent 32d30833d1
commit 306ecbf1a3
1 changed files with 1 additions and 1 deletions

View File

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