components / jqueryui

Shim repository for jQuery UI.
http://jqueryui.com
167 stars 111 forks source link

Missing “ignore” entry in bower.json #37

Closed ltrebing closed 10 years ago

ltrebing commented 10 years ago

When I install this module using Bower, I get the following warning:

bower invalid-meta  jquery-ui is missing "ignore" entry in bower.json

I don’t really have a clue about Bower, but based on https://github.com/bower/bower/issues/1388 I understand that this would be fixed by simply including an empty “ignore” array in the file.

vendethiel commented 10 years ago

Indeed. PR Welcome :) !

ltrebing commented 10 years ago

I was just writing my commit message when you said “PR Welcome”. :)

Caveat: I have no clue how to test whether this really works, but I presume that you know what you’re doing.