add npm test command

This commit is contained in:
Manuel Araoz 2015-03-10 12:16:53 -03:00
parent 43f6558d72
commit 76bd3d5804

View File

@ -40,7 +40,8 @@
"bitcore" "bitcore"
], ],
"scripts": { "scripts": {
"start": "node index.js" "start": "node index.js",
"test": "gulp test"
}, },
"dependencies": { "dependencies": {
"async": "0.9.0", "async": "0.9.0",