diff --git a/.gitignore b/.gitignore index c2f407d..fc66c3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,42 +1,5 @@ -# Created by .ignore support plugin (hsz.mobi) -### Node template -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - # Dependency directories node_modules/ -jspm_packages/ # Typescript v1 declaration files typings/ @@ -44,24 +7,10 @@ typings/ # Optional npm cache directory .npm -# Optional eslint cache -.eslintcache - -# Optional REPL history -.node_repl_history - # Output of 'npm pack' *.tgz -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env - -# next.js build output -.next - +# webstorm .idea/* -node_modules/* + package-lock.json diff --git a/README.md b/README.md index 80958d2..e953cb5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Collection of node-red nodes to download Calendars (CalDAV) and Contacts Detailed information can be found in the build in info of each node +## Installation +npm install node-red-contrib-nextcloud + ### CalDAV - based on [dav](https://github.com/lambdabaa/dav) package using CalDAV protocol - reads all calendars and sends a message for each calendar diff --git a/package.json b/package.json index ba876bc..dd13d5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-nextcloud", - "version": "0.0.1", + "version": "0.1.0", "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": {