add npm test command
This commit is contained in:
parent
43f6558d72
commit
76bd3d5804
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user