From 81509debbd038e2967426f8e89fc9d542a812fe0 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 16 Jan 2015 11:59:22 -0500 Subject: [PATCH] Fix package.json by replacing gulp-bitcore with bitcore-build --- gulpfile.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 53191d2..a22eb1c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,5 +1,5 @@ -var gulp_bitcore = require('gulp-bitcore'); +var bitcoreTasks = require('bitcore-build'); -gulp_bitcore(); +bitcoreTasks(); diff --git a/package.json b/package.json index 09e7818..d1e3a80 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "chai": "~1.10.0", "closure-compiler-jar": "git://github.com/eordano/closure-compiler-jar.git", "gulp": "^3.8.10", - "gulp-bitcore": "^0.3.0", + "bitcore-build": "^0.4.1", "istanbul": "^0.3.5", "jsdoc": "^3.3.0-alpha11", "jsdoc-to-markdown": "=0.5.9",