Browse Source

use grunt in postinstall

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

2
package.json

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

Loading…
Cancel
Save