Merge pull request #205 from martindale/npm-managed-tests

Allow NPM to Manage Tests
This commit is contained in:
Gustavo Maximiliano Cortez 2014-04-28 16:32:38 -03:00
commit e28831e01a

View file

@ -17,6 +17,9 @@
"bugs": { "bugs": {
"url": "https://github.com/bitpay/copay/issues" "url": "https://github.com/bitpay/copay/issues"
}, },
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/bitpay/copay", "homepage": "https://github.com/bitpay/copay",
"devDependencies": { "devDependencies": {
"express": "4.0.0", "express": "4.0.0",