Skip to content

Commit

Permalink
Merge e5678dc into 6d79e9a
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Jan 19, 2015
2 parents 6d79e9a + e5678dc commit 56f7e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict';

var gulp = require('gulp');
var gulp_bitcore = require('gulp-bitcore');
var bitcoreTasks = require('bitcore-build');

gulp_bitcore('p2p', {skipBrowser: true});
bitcoreTasks('p2p', {skipBrowser: true});

gulp.task('default', ['lint', 'coverage']);
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,11 @@
"socks5-client": "^0.3.6"
},
"devDependencies": {
"bitcore-build": "=0.4.2",
"brfs": "^1.2.0",
"browserify": "~6.3.3",
"chai": "~1.10.0",
"gulp": "^3.8.10",
"gulp-bitcore": "^0.3.0",
"istanbul": "^0.3.5",
"karma": "^0.12.28",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9",
"lodash": "^2.4.1",
"mocha": "~2.0.1",
"plato": "^1.3.0",
"run-sequence": "^1.0.2",
"sinon": "^1.12.2"
},
"license": "MIT"
Expand Down

0 comments on commit 56f7e1c

Please sign in to comment.