Skip to content

Commit

Permalink
Merge pull request #181 from FlowFuse/knolleary-patch-1
Browse files Browse the repository at this point in the history
Update ff references in package.json
  • Loading branch information
Steve-Mcl authored Sep 29, 2023
2 parents 20d01f6 + 0052f20 commit fa910a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit fa910a2

Please sign in to comment.