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

Commit 63c8d8a

Browse files
committed
chore(bower): allow newest angular version
1 parent bb03bfb commit 63c8d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"url": "https://github.com/angular-ui/ui-codemirror.git"
2222
},
2323
"dependencies": {
24-
"angular": "~1.0.x",
24+
"angular": ">=1.0.x",
2525
"codemirror": "~3.19.0"
2626
},
2727
"devDependencies": {
28-
"angular-mocks": "~1.0.x",
28+
"angular-mocks": ">=1.0.x",
2929
"angular-ui-bootstrap-bower": "~0.5.0",
3030
"angular-ui-docs": "angular-ui/angular-ui-docs"
3131
}

0 commit comments

Comments
 (0)