Updates for grunt replaced by gulp

This commit is contained in:
Chris Arnesen 2015-03-08 17:57:12 -07:00
parent 58affe9f6c
commit c018d5696d
2 changed files with 4 additions and 4 deletions

View File

@ -121,13 +121,13 @@ This can be changed at config/config.js. As of June 2014, storing the livenet bl
## Development
To run `bitcore-node` locally for development with grunt:
To run `bitcore-node` locally for development with gulp:
```$ NODE_ENV=development grunt```
```$ NODE_ENV=development gulp```
To run the tests
```$ grunt test```
```$ gulp test```
## Caching schema

View File

@ -40,7 +40,7 @@
"bitcore"
],
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt"
"start": "node index.js"
},
"dependencies": {
"async": "0.9.0",