Merge pull request #100 from SomeoneWeird/ab-npmtest

Hook up npm test
This commit is contained in:
Ryan X. Charles 2014-02-27 08:34:15 -05:00
commit ca6791dc5d
1 changed files with 3 additions and 1 deletions

View File

@ -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",