Skip to content

Commit

Permalink
Swap load-grunt-tasks for jit-grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
creynders committed Apr 30, 2014
1 parent 6736421 commit 3089b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = function(grunt){
grunt.loadTasks('tasks');

// These plugins provide necessary tasks.
require('load-grunt-tasks')(grunt);
require('jit-grunt')(grunt);

// Project configuration.
grunt.initConfig({
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.3.0",
"grunt-markdown": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.6.0",
"glob": "~3.2.8",
"lodash": "~2.4.1",
"minimist": "0.0.7",
"load-grunt-configs": "^0.4.0"
"load-grunt-configs": "^0.4.0",
"jit-grunt": "^0.5.0"
},
"peerDependencies": {
"grunt": "~0.4.2"
Expand Down

0 comments on commit 3089b1b

Please sign in to comment.