Skip to content

Commit b6e4db0

Browse files
committed
Changing bower.json to fix wrongfully ignored file
1 parent 4994734 commit b6e4db0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"license": "MIT",
2727
"ignore": [
2828
"**/.*",
29-
"*.js",
3029
"*.json",
3130
"node_modules",
3231
"bower_components",
@@ -36,7 +35,9 @@
3635
"examples",
3736
"gulp",
3837
"CHANGELOG",
39-
"LICENSE"
38+
"LICENSE",
39+
"gulpfile.js",
40+
"karma.conf.js"
4041
],
4142
"dependencies": {
4243
"angular": ">= 1.2",

0 commit comments

Comments
 (0)