Skip to content

Commit 4fceb36

Browse files
committed
Add empty ignore array to bower.json
Bower throws a in “invalid-meta” warning saying “jquery-ui is missing "ignore" entry in bower.json” when this array is not available. Cf. <#37> Addresses #37
1 parent fd092d7 commit 4fceb36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bower.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"main": [
55
"jquery-ui.js"
66
],
7+
"ignore": [
8+
],
79
"dependencies": {
810
"jquery": ">=1.6"
911
}

0 commit comments

Comments
 (0)