Skip to content

Commit c6db447

Browse files
committed
Add .bowerrc configuration file for Bower
1 parent 751f6e5 commit c6db447

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.bowerrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"directory": "components",
3+
"json": "bower.json"
4+
}

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Remove media-query files in favor of inline media-queries
66

7+
* Add .bowerrc configuration file for Bower
78
* Add test integration with Jasmine
89
* Update Bower dependencies
910
* Update npm module dependencies

0 commit comments

Comments
 (0)