We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c182371 commit f1b1026Copy full SHA for f1b1026
bower.json
@@ -5,7 +5,7 @@
5
"codedogfish <jackcool1989@outlook.com>"
6
],
7
"description": "",
8
- "main": "",
+ "main": "./src/uiTree.js",
9
"moduleType": [],
10
"license": "MIT",
11
"ignore": [
@@ -16,10 +16,12 @@
16
"tests"
17
18
"dependencies": {
19
- "angular": "~1.4.8",
20
- "es5-shim": "~4.4.1",
21
- "json3": "~3.3.2",
22
- "jquery": "~2.2.0",
+ "angular": "*",
+ "jquery": "*"
+ },
+ "devDependencies": {
23
24
+ "jquery": "*",
25
"bootstrap": "~3.3.6"
26
}
27
0 commit comments