Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit dc852a3

Browse files
committed
allows calendar to use latest version of angular 1.X.X
1 parent 4c28cd9 commit dc852a3

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
@@ -16,7 +16,7 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"angular": "~1.4.x",
19+
"angular": ">=1.4.x",
2020
"jquery": "~2.1.4",
2121
"fullcalendar": "~2.7.1",
2222
"moment": ">=2.5.0"
@@ -27,6 +27,6 @@
2727
},
2828
"resolutions": {
2929
"jquery": "~2.1.4",
30-
"angular": "~1.4.x"
30+
"angular": ">=1.4.x"
3131
}
3232
}

0 commit comments

Comments
 (0)