From 70ee42bd1e2dbe7179637fe6d74d60ef5c0c8c08 Mon Sep 17 00:00:00 2001 From: Haxiboy Date: Sat, 24 Oct 2020 03:02:05 +0200 Subject: [PATCH] Update readme.md and package.json --- README.md | 2 +- package.json | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 12ec871..a78a940 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,4 @@ Setting the Max Loops and Max Timeout settings to high values can, for all inten -[![Buy Me A Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png =200x)](https://www.buymeacoffee.com/haxiboy) \ No newline at end of file +[![Buy Me A Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png)](https://www.buymeacoffee.com/haxiboy) \ No newline at end of file diff --git a/package.json b/package.json index 7c55b6e..821a857 100644 --- a/package.json +++ b/package.json @@ -14,13 +14,19 @@ "timer", "advanced" ], - "author": { - "name": "Haxiboy" - }, + "author": "Haxiboy", "license": "Apache-2.0", "node-red": { "nodes": { "looptimer-advanced": "looptimer_advanced.js" } - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Haxiboy/node-red-contrib-looptimer-advanced.git" + }, + "bugs": { + "url": "https://github.com/Haxiboy/node-red-contrib-looptimer-advanced/issues" + }, + "homepage": "https://github.com/Haxiboy/node-red-contrib-looptimer-advanced#readme" }