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

Commit 42e469e

Browse files
committed
Allow angular version 1.3+
Angular came out with version 1.3.0 and these bower version strings do not permit the minor version change.
1 parent 8477dcb commit 42e469e

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
@@ -19,11 +19,11 @@
1919
"examples"
2020
],
2121
"dependencies": {
22-
"angular": "~1.2.18"
22+
"angular": ">=1.2.18"
2323
},
2424
"devDependencies": {
2525
"jquery": "~1.11",
26-
"angular-sanitize": "~1.2.18",
27-
"angular-mocks": "~1.2.18"
26+
"angular-sanitize": ">=1.2.18",
27+
"angular-mocks": ">=1.2.18"
2828
}
2929
}

0 commit comments

Comments
 (0)