From e01d16baf11cda8183d53708870536ae14753737 Mon Sep 17 00:00:00 2001 From: marudor <marudor@marudor.de> Date: Sat, 18 Feb 2017 20:57:35 +0100 Subject: [PATCH] typo --- src/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calendar.js b/src/calendar.js index 3f5e202..1b791f2 100644 --- a/src/calendar.js +++ b/src/calendar.js @@ -1,7 +1,7 @@ /* eslint no-mixed-operators: 0 */ import fs from 'fs'; import httpreq from 'httpreq'; -import ical from 'ica.js'; +import ical from 'ical.js'; import Mustache from 'mustache'; import time from 'time'; -- GitLab