From 24a6bb9fe8d9ce330056d4e974fb711a6f08c0ad Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Thu, 11 Jun 2015 16:25:36 +0300 Subject: [PATCH] Build: remove bower.json lint target (Cherry-picked from 285cfbfccc4c61d50ee8e0fe6e23695dc663e166) Ref 26eca143c2dd857b9e3d1c446a467fed16e903d2 --- Gruntfile.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index cb21a4fdf..ba4186a22 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -70,10 +70,6 @@ module.exports = function( grunt ) { jsonlint: { pkg: { src: [ "package.json" ] - }, - - bower: { - src: [ "bower.json" ] } }, jshint: { -- 2.39.5