update to 0.1.2 - merged pull request and bugfix branch

This commit is contained in:
kuehnelbs
2019-08-04 12:16:24 +02:00
parent 86a8eeba39
commit 51a6e19648
2 changed files with 16 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-red-contrib-nextcloud",
"version": "0.1.1",
"version": "0.1.3",
"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",
"node-red": {
@ -19,15 +19,15 @@
"dependencies": {
"dav": "^1.8.0",
"ical-expander": "^2.0.0",
"moment": "^2.22.2",
"webdav": "^1.6.1"
"moment": "^2.24.0",
"webdav": "^2.9.1"
},
"devDependencies": {
"eslint": "^5.6.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
},
"scripts": {