Build: remove bower.json lint target

(Cherry-picked from 285cfbfccc)
Ref 26eca143c2
This commit is contained in:
Oleg Gaidarenko 2015-06-11 16:25:36 +03:00
parent ac23f91cbe
commit 24a6bb9fe8

View File

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