Build: Remove json check for jscs config

This commit is contained in:
Oleg Gaidarenko 2014-04-23 20:02:06 +04:00
parent 90b43de212
commit 1514dca501

View File

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