Skip to content

Commit e9d3328

Browse files
committed
Merge pull request jhollingworth#195 from tarjei/master
Add bower component.json file
2 parents 9759a5e + 01ee77b commit e9d3328

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

component.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "bootstrap-wysihtml5",
3+
"version": "0.1.0",
4+
"main": ["src/bootstrap-wysihtml5.css", "src/bootstrap-wysihtml5.js"],
5+
"dependencies": {
6+
"wysihtml5": "~0.3.0"
7+
}
8+
}

0 commit comments

Comments
 (0)