diff --git a/Gruntfile.js b/Gruntfile.js index cad080d5..0f7cb536 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'); diff --git a/package.json b/package.json index ad773afe..c06690c2 100644 --- a/package.json +++ b/package.json @@ -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" },