use grunt in postinstall

This commit is contained in:
Manuel Araoz 2014-03-12 09:12:23 -03:00
parent b4afdedd40
commit a3fa5834a4
1 changed files with 1 additions and 1 deletions

View File

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