Skip to content

Commit

Permalink
chore(empower): remove unused run-sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Aug 3, 2014
1 parent 3be63d3 commit 10edf49
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ var gulp = require('gulp'),
mochaPhantomJS = require('gulp-mocha-phantomjs'),
webserver = require('gulp-webserver'),
del = require('del'),
runSequence = require('run-sequence'),
source = require('vinyl-source-stream'),
through = require('through2'),
browserify = require('browserify'),
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"gulp-webserver": "~0.4.0",
"mocha": "~1.21.3",
"mocha-lcov-reporter": "~0.0.1",
"run-sequence": "~0.3.6",
"through2": "~0.5.1",
"vinyl-source-stream": "~0.1.1"
},
Expand Down

0 comments on commit 10edf49

Please sign in to comment.