Skip to content

Commit

Permalink
[email protected]: Package was renamed to 'grunt-jscs'
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino committed Nov 28, 2014
1 parent 7c6b195 commit 2918f82
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
Expand Up @@ -87,7 +87,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks("grunt-jslint");
grunt.loadNpmTasks("grunt-contrib-jshint");
grunt.loadNpmTasks("grunt-lesslint");
grunt.loadNpmTasks("grunt-jscs-checker");
grunt.loadNpmTasks("grunt-jscs");
grunt.loadNpmTasks("grunt-contrib-compress");
grunt.loadNpmTasks("grunt-lineending");

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"grunt-contrib-jshint": "latest",
"grunt-jslint": "latest",
"grunt-lesslint": "latest",
"grunt-jscs-checker": "latest",
"grunt-jscs": "latest",
"grunt-contrib-compress": "latest",
"grunt-lineending": "latest"
},
Expand Down

0 comments on commit 2918f82

Please sign in to comment.