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

Commit 7a28434

Browse files
committed
Merge pull request #301 from justinsa/master
Allow angular version 1.3+
2 parents 8477dcb + 42e469e commit 7a28434

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)