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",