Skip to content

Commit c88eecc

Browse files
committed
Merge pull request #764 from PascalPrecht/bower-json-fix
fix(bower.json): fixes bower.json
2 parents c3a846c + eed3cc4 commit c88eecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"ignore": [
99
"**/.*",
10-
"*.js"
10+
"*.js",
1111
"node_modules",
1212
"bower_components",
1313
"component.json",
14-
"package.json"
14+
"package.json",
1515
"lib",
1616
"config",
1717
"sample",

0 commit comments

Comments
 (0)