Browse Source

fixing grunt reference

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

2
package.json

@ -43,7 +43,7 @@
},
"scripts": {
"test": "mocha test -R spec",
"postinstall": "grunt shell"
"postinstall": "node_modules/.bin/grunt shell"
},
"dependencies": {
"soop": "git://github.com/bitpay/soop.git",

Loading…
Cancel
Save