Skip to content

Commit 2ac93a7

Browse files
committed
use caret ranges notation for dependencies
1 parent 4491cb9 commit 2ac93a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"tests"
2828
],
2929
"dependencies": {
30-
"angular": "latest",
31-
"jquery": "~2.1",
32-
"bootstrap": "~3.3",
33-
"angular-bootstrap": "~0.12"
30+
"angular": "^1.2.28",
31+
"jquery": "^2.1.3",
32+
"bootstrap": "^3.3.2",
33+
"angular-bootstrap": "^0.12.0"
3434
}
3535
}

0 commit comments

Comments
 (0)