Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Commit 9fbaf67

Browse files
committed
updated bower.json to have correct dependencies definition.
1 parent a56f316 commit 9fbaf67

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

bower.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@
1616
"tests"
1717
],
1818
"dependencies": {
19+
"angular": "~1.2.0",
20+
"lodash": "~2.4.1"
21+
},
22+
"devDependencies": {
1923
"angular": "~1.2.0",
2024
"angular-animate": "~1.2.0",
2125
"angular-sanitize": "~1.2.0",
2226
"angular-touch": "~1.2.0",
2327
"angular-route": "~1.2.0",
2428
"lodash": "~2.4.1",
25-
"bootstrap": "~3.1.1"
26-
},
27-
"devDependencies": {
29+
"bootstrap": "~3.1.1",
2830
"angular-highlightjs": "~0.2.7"
2931
}
3032
}

0 commit comments

Comments
 (0)