Skip to content

Commit

Permalink
migrate to gruntify-eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Sep 16, 2016
1 parent 85b34b4 commit 38e767c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -90,7 +90,7 @@ module.exports = function(grunt) {

grunt.loadNpmTasks('grunt-browserify');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-eslint');
grunt.loadNpmTasks('gruntify-eslint');

function report(type, details) {
grunt.log.writeln(type + ' completed in ' + details.runtime + 'ms');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -66,7 +66,7 @@
"grunt": "1.0.x",
"grunt-browserify": "5.0.x",
"grunt-contrib-uglify": "2.0.x",
"grunt-eslint": "19.0.x",
"gruntify-eslint": "3.1.x",
"phantomjs-prebuilt": "2.1.x",
"qunitjs": "2.x"
},
Expand Down

0 comments on commit 38e767c

Please sign in to comment.