aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2015-06-11 16:25:36 +0300
committerOleg Gaidarenko <markelog@gmail.com>2015-06-11 16:25:36 +0300
commit285cfbfccc4c61d50ee8e0fe6e23695dc663e166 (patch)
treefa850b7c2bb6abb59d51e9c18badd0fefff54c80
parent3655c4e1908cc3ee49487e7e26e8cfca9fe8146d (diff)
downloadjquery-285cfbfccc4c61d50ee8e0fe6e23695dc663e166.tar.gz
jquery-285cfbfccc4c61d50ee8e0fe6e23695dc663e166.zip
Build: remove bower.json lint target
Ref 26eca143c2dd857b9e3d1c446a467fed16e903d2
-rw-r--r--Gruntfile.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index b5482829b..d22807bf4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -71,10 +71,6 @@ module.exports = function( grunt ) {
jsonlint: {
pkg: {
src: [ "package.json" ]
- },
-
- bower: {
- src: [ "bower.json" ]
}
},
jshint: {