From 9d1410b4554d97fb3513cf91dd6d0167499a2f97 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 29 Sep 2023 16:21:06 +0100 Subject: [PATCH 1/2] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index fc9d53b..d7f936b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flowforge/nr-tools-plugin", "version": "0.2.0", - "description": "A Node-RED plugin that adds FlowForge platform tools to the editor", + "description": "A Node-RED plugin that adds FlowFuse platform tools to the editor", "scripts": { "build": "rollup -c", "watch": "rollup --watch -c", @@ -11,14 +11,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/flowforge/flowforge-nr-tools-plugin.git" + "url": "git+https://github.com/FlowFuse/nr-tools-plugin.git" }, "author": "Flowforge Inc.", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/flowforge/flowforge-nr-tools-plugin/issues" + "url": "https://github.com/FlowFuse/nr-tools-plugin/issues" }, - "homepage": "https://flowforge.com/docs/user/node-red-tools/", + "homepage": "https://flowfuse.com/docs/migration/node-red-tools/", "node-red": { "plugins": { "flowforge-nr-tools": "dist/plugin.js" From cff9a585fb1f969c45f23beb80f3b36b3460b026 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 29 Sep 2023 16:24:21 +0100 Subject: [PATCH 2/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7f936b..81c328c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "type": "git", "url": "git+https://github.com/FlowFuse/nr-tools-plugin.git" }, - "author": "Flowforge Inc.", + "author": "FlowFuse Inc.", "license": "Apache-2.0", "bugs": { "url": "https://github.com/FlowFuse/nr-tools-plugin/issues"