From 0052f2048e237ca25e19fac6baab6af2651eaedf Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 29 Sep 2023 16:26:40 +0100 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 31483b1..7d6f4f1 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "name": "@flowforge/flowforge-device-agent", "version": "1.12.0", - "description": "An Edge Agent for running Node-RED instances deployed from the FlowForge Platform", + "description": "An Edge Agent for running Node-RED instances deployed from the FlowFuse Platform", "exports": { "./libraryPlugin": "./lib/plugins/libraryPlugin.js" }, "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/flowforge/flowforge-device-agent.git" + "url": "https://github.com/FlowFuse/device-agent.git" }, "bugs": { - "url": "https://github.com/flowforge/flowforge-device-agent/issues" + "url": "https://github.com/FlowFuse/device-agent/issues" }, "scripts": { "start": "node index.js", @@ -26,10 +26,10 @@ "flowforge-device-agent": "./index.js" }, "keywords": [ - "flowforge", + "flowfuse", "node-red" ], - "author": "FlowForge Inc.", + "author": "FlowFuse Inc.", "license": "Apache-2.0", "dependencies": { "@flowforge/nr-theme": "^1.8.0",