fixing postinstall

This commit is contained in:
Manuel Araoz 2014-03-12 09:24:18 -03:00
parent fa7e205de8
commit dbc968e226
2 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"
"postinstall": "node browser/build.js -a"
},
"dependencies": {
"soop": "git://github.com/bitpay/soop.git",