summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-04-29 12:39:40 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-04-29 12:59:42 +0200
commitd895b2bbe19e502393e474b93597db7c093c03f6 (patch)
treee5d2188898fa810bcdbad7c9832102d8efadc728 /package.json
parenta439d29d8ff0bbee2d7c92c7594729c13c87baf8 (diff)
downloadsplus-d895b2bbe19e502393e474b93597db7c093c03f6.tar.gz
splus-d895b2bbe19e502393e474b93597db7c093c03f6.zip
Add ICS support
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index ba71cd4..e2f7d52 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,8 @@
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
- "googleapis": "^27.0.0"
+ "googleapis": "^27.0.0",
+ "ical-generator": "^0.2.10"
},
"devDependencies": {
"@types/cheerio": "^0.22.7",