diff --git a/Gruntfile.js b/Gruntfile.js index f3f5636c5..d1ad5d475 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -75,10 +75,6 @@ module.exports = function( grunt ) { src: [ "package.json" ] }, - jscs: { - src: [ ".jscs.json" ] - }, - bower: { src: [ "bower.json" ] }