Skip to content

Commit f1b1026

Browse files
committed
Change bower.json
1 parent c182371 commit f1b1026

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

bower.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"codedogfish <jackcool1989@outlook.com>"
66
],
77
"description": "",
8-
"main": "",
8+
"main": "./src/uiTree.js",
99
"moduleType": [],
1010
"license": "MIT",
1111
"ignore": [
@@ -16,10 +16,12 @@
1616
"tests"
1717
],
1818
"dependencies": {
19-
"angular": "~1.4.8",
20-
"es5-shim": "~4.4.1",
21-
"json3": "~3.3.2",
22-
"jquery": "~2.2.0",
19+
"angular": "*",
20+
"jquery": "*"
21+
},
22+
"devDependencies": {
23+
"angular": "*",
24+
"jquery": "*",
2325
"bootstrap": "~3.3.6"
2426
}
2527
}

0 commit comments

Comments
 (0)