diff options
author | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-23 20:02:06 +0400 |
---|---|---|
committer | Oleg Gaidarenko <markelog@gmail.com> | 2014-04-23 20:02:06 +0400 |
commit | 1514dca501fd383a9cdb6b42cce7c71fdad1ee38 (patch) | |
tree | f81fc12f520343482148e11145c965cc7133ef41 | |
parent | 90b43de21296cf59af7dd37c49c1a9a4f8483f68 (diff) | |
download | jquery-1514dca501fd383a9cdb6b42cce7c71fdad1ee38.tar.gz jquery-1514dca501fd383a9cdb6b42cce7c71fdad1ee38.zip |
Build: Remove json check for jscs config
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 0 insertions, 4 deletions
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" ] } |