From 4fceb362f766c3884f1728aeaab022fcbd869c07 Mon Sep 17 00:00:00 2001 From: Lars Trebing Date: Fri, 8 Aug 2014 15:10:00 +0200 Subject: [PATCH] Add empty ignore array to bower.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bower throws a in “invalid-meta” warning saying “jquery-ui is missing "ignore" entry in bower.json” when this array is not available. Cf. Addresses #37 --- bower.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bower.json b/bower.json index ad95b06..d28bbd2 100644 --- a/bower.json +++ b/bower.json @@ -4,6 +4,8 @@ "main": [ "jquery-ui.js" ], + "ignore": [ + ], "dependencies": { "jquery": ">=1.6" }