Skip to content

Commit f22ef8c

Browse files
committed
Merge pull request siddii#123 from roryf/master
Fixes bower ignore list
2 parents 5edc06c + c2ca597 commit f22ef8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
"angular-mocks": ">= 1.0.7"
1818
},
1919
"main": "./dist/angular-timer.js",
20-
"ignore": ["./node_modules/", "./bower_components/"]
20+
"ignore": [
21+
"node_modules",
22+
"bower_components"
23+
]
2124
}

0 commit comments

Comments
 (0)