Skip to content

Commit

Permalink
remove matchdep
Browse files Browse the repository at this point in the history
  • Loading branch information
bassjobsen committed Mar 2, 2015
1 parent c7c5691 commit 139757a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ module.exports = function (grunt) {
});

// Load these plugins to provide the necessary tasks
require('matchdep').filterDev('grunt-*').forEach(require('jit-grunt')(grunt));
require('jit-grunt')(grunt);

// Actually load this plugin's task(s).
grunt.loadTasks('build/tasks');
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"grunt-shell": "^1.1.1",
"grunt-browserify": "~3.3.0",
"jit-grunt": "^0.9.1",
"matchdep": "^0.3.0",
"time-grunt": "^1.0.0",
"grunt-saucelabs": "^8.3.2"
},
Expand Down

0 comments on commit 139757a

Please sign in to comment.