Skip to content

Commit 9f9d21a

Browse files
committed
Merge pull request #59 from T0MASD/wiredep_css
add tree-control.css to main section
2 parents 5e0b55c + 8120b36 commit 9f9d21a

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
@@ -1,7 +1,10 @@
11
{
22
"name": "angular-tree-control",
33
"version": "0.2.5",
4-
"main": "./angular-tree-control.js",
4+
"main": [
5+
"./angular-tree-control.js",
6+
"./css/tree-control.css"
7+
],
58
"ignore": [
69
"Gruntfile.js",
710
"package.json",

0 commit comments

Comments
 (0)