Build: Remove json check for jscs config

(cherry-picked from 1514dca501)
This commit is contained in:
Oleg Gaidarenko 2014-04-23 20:02:06 +04:00
parent 12104f0401
commit 4287ee10ef

View File

@ -74,10 +74,6 @@ module.exports = function( grunt ) {
src: [ "package.json" ]
},
jscs: {
src: [ ".jscs.json" ]
},
bower: {
src: [ "bower.json" ]
}