Allow to parse recurring calendar events where the start date is before 1900

Some birthday calendar events have a start date before 1900.
This commit is contained in:
Thomas Bachmann
2018-10-03 22:43:29 +02:00
parent 3f083862e7
commit 007b2f0c88
4 changed files with 7 additions and 8 deletions

View File

@@ -66,7 +66,7 @@
"mocha-logger": "^1.0.5",
"moment": "latest",
"request": "^2.83.0",
"rrule-alt": "^2.2.7",
"rrule-alt": "^2.2.8",
"simple-git": "^1.85.0",
"socket.io": "^2.0.4",
"valid-url": "latest",