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

Commit 441f8d2

Browse files
committed
fix(bower): add support for angular ~1.2 again
1 parent 1145a19 commit 441f8d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"test"
1717
],
1818
"dependencies": {
19-
"angular": "1.2.0 - 1.2.17"
19+
"angular": "~1.2"
2020
},
2121
"devDependencies": {
2222
"jquery": "~1.11",
23-
"angular-sanitize": "1.2.0 - 1.2.17",
24-
"angular-mocks": "1.2.0 - 1.2.17"
23+
"angular-sanitize": "~1.2",
24+
"angular-mocks": "~1.2"
2525
}
2626
}

0 commit comments

Comments
 (0)