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

Commit 9e58dd6

Browse files
committed
bump full calendar version to 2.7.1
1 parent 349c7f0 commit 9e58dd6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_STORE
12
.idea
23
coverage
34
node_modules/

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"angular": "~1.4.1",
19+
"angular": "~1.4.10",
2020
"jquery": "~2.1.4",
21-
"fullcalendar": "~2.3.2",
21+
"fullcalendar": "~2.7.1",
2222
"moment": "~2.10.3"
2323
},
2424
"devDependencies": {
@@ -27,6 +27,6 @@
2727
},
2828
"resolutions": {
2929
"jquery": "~2.1.4",
30-
"angular": "1.4.1"
30+
"angular": "1.4.10"
3131
}
3232
}

0 commit comments

Comments
 (0)