Permalink
Browse files

Fix package.json by replacing gulp-bitcore with bitcore-build

  • Loading branch information...
1 parent e42e96c commit 81509debbd038e2967426f8e89fc9d542a812fe0 Braydon Fuller committed Jan 16, 2015
Showing with 3 additions and 3 deletions.
  1. +2 −2 gulpfile.js
  2. +1 −1 package.json
View
@@ -1,5 +1,5 @@
-var gulp_bitcore = require('gulp-bitcore');
+var bitcoreTasks = require('bitcore-build');
-gulp_bitcore();
+bitcoreTasks();
View
@@ -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",

0 comments on commit 81509de

Please sign in to comment.