Skip to content

Commit

Permalink
Using jit-grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Apr 9, 2014
1 parent ee9f458 commit ce28e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function(grunt) {
var pkg = grunt.file.readJSON('package.json');

require('load-grunt-tasks')(grunt);
require('jit-grunt')(grunt);

grunt.initConfig({
pkg: pkg,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha": "~0.4.10",
"grunt-mocha-test": "~0.10.0",
"load-grunt-tasks": "~0.3.0",
"jit-grunt": "^0.4.1",
"mocha-lcov-reporter": "0.0.1"
},
"licenses": [
Expand Down

0 comments on commit ce28e26

Please sign in to comment.