From: Oleg Gaidarenko Date: Wed, 23 Apr 2014 16:02:06 +0000 (+0400) Subject: Build: Remove json check for jscs config X-Git-Tag: 1.11.1~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4287ee10efb0bbbe74b170e1e8be6e93d27bef62;p=jquery.git Build: Remove json check for jscs config (cherry-picked from 1514dca501fd383a9cdb6b42cce7c71fdad1ee38) --- diff --git a/Gruntfile.js b/Gruntfile.js index 35072d773..66d2f894e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -74,10 +74,6 @@ module.exports = function( grunt ) { src: [ "package.json" ] }, - jscs: { - src: [ ".jscs.json" ] - }, - bower: { src: [ "bower.json" ] }