update to 0.1.1

This commit is contained in:
kuehnelbs
2018-11-11 10:55:45 +01:00
parent 64c4d17f1a
commit 86a8eeba39

View File

@ -1,6 +1,6 @@
{ {
"name": "node-red-contrib-nextcloud", "name": "node-red-contrib-nextcloud",
"version": "0.1.0", "version": "0.1.1",
"description": "Collection of node-red nodes to download Calendars (CalDAV) and Contacts (CardDAV) and up- / download / list files (WebDAV) from / to nextcloud", "description": "Collection of node-red nodes to download Calendars (CalDAV) and Contacts (CardDAV) and up- / download / list files (WebDAV) from / to nextcloud",
"main": "nextcloud.js", "main": "nextcloud.js",
"node-red": { "node-red": {
@ -20,7 +20,7 @@
"dav": "^1.8.0", "dav": "^1.8.0",
"ical-expander": "^2.0.0", "ical-expander": "^2.0.0",
"moment": "^2.22.2", "moment": "^2.22.2",
"webdav": "^1.5.2" "webdav": "^1.6.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^5.6.0", "eslint": "^5.6.0",