Browse Source

Merge pull request #100 from SomeoneWeird/ab-npmtest

Hook up npm test
patch-2
Ryan X. Charles 11 years ago
parent
commit
ca6791dc5d
  1. 4
      package.json

4
package.json

@ -28,7 +28,9 @@
"type": "git",
"url": "https://github.com/bitpay/bitcore.git"
},
"scripts": {},
"scripts": {
"test": "mocha test -R spec"
},
"dependencies": {
"classtool": "git://github.com/bitpay/classtool.git",
"base58-native": "=0.1.3",

Loading…
Cancel
Save