From c018d5696de6361b53339b3348e7a3ef2fcaa170 Mon Sep 17 00:00:00 2001 From: Chris Arnesen Date: Sun, 8 Mar 2015 17:57:12 -0700 Subject: [PATCH] Updates for grunt replaced by gulp --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4f3e6641..172aeb5f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index dce6461a..8f5fc4f2 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "bitcore" ], "scripts": { - "start": "node node_modules/grunt-cli/bin/grunt" + "start": "node index.js" }, "dependencies": { "async": "0.9.0",