Skip to content

Commit

Permalink
Removed unused node module
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Jones committed Jan 25, 2015
1 parent 8d00050 commit 8e27d22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var less = require('gulp-less');
var templateCache = require('gulp-angular-templatecache');
var to5 = require('gulp-6to5');
var runSequence = require('run-sequence');
var vinylPaths = require('vinyl-paths');

var config = {
src: {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"gulp-angular-templatecache": "^1.4.2",
"gulp-concat": "^2.4.2",
"gulp-less": "^1.3.6",
"run-sequence": "^1.0.2",
"vinyl-paths": "^1.0.0"
"run-sequence": "^1.0.2"
}
}

0 comments on commit 8e27d22

Please sign in to comment.