Skip to content

Commit f9f7727

Browse files
committed
Merge pull request selectize#418 from franleplant/master
Ignore `package.json` in Bower config
2 parents aedefc8 + 8e14e04 commit f9f7727

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
".travis.yml",
2626
"testem.json",
2727
"selectize.jquery.json",
28-
"*.sh"
28+
"*.sh",
29+
"package.json"
2930
],
3031
"dependencies": {
3132
"jquery": ">=1.7.0",

0 commit comments

Comments
 (0)