Skip to content

Commit

Permalink
Merge pull request #35 from FlowFuse/npm-org-rename
Browse files Browse the repository at this point in the history
Update npm org name
  • Loading branch information
hardillb committed Oct 24, 2023
2 parents 7df2c08 + 1564e65 commit 479584e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ time as the built-in Node-RED file nodes. To use these nodes, you must exclude
### Nodes

#### `file`
A file node for writing to persistent storage provided by a `@FlowForge/file-storage` server
A file node for writing to persistent storage provided by a `@FlowFuse/file-storage` server


#### `file in`
A file node for reading from persistent storage provided by a `@FlowForge/file-storage` server
A file node for reading from persistent storage provided by a `@FlowFuse/file-storage` server


### Notes
Expand Down
4 changes: 2 additions & 2 deletions file.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script type="text/html" data-template-name="file">
<div class="form-tips" style="margin-bottom: 10px;">
This is a FlowForge <code>file</code> node for use with a <code>file-storage</code> server.
This is a FlowFuse <code>file</code> node for use with a <code>file-storage</code> server.
</div>
<div class="form-row node-input-filename">
<label for="node-input-filename"><i class="fa fa-file"></i> <span data-i18n="file.label.filename"></span></label>
Expand Down Expand Up @@ -39,7 +39,7 @@

<script type="text/html" data-template-name="file in">
<div class="form-tips" style="margin-bottom: 10px;">
This is a FlowForge <code>file in</code> node for use with a <code>file-storage</code> server.
This is a FlowFuse <code>file in</code> node for use with a <code>file-storage</code> server.
</div>
<div class="form-row">
<label for="node-input-filename"><i class="fa fa-file"></i> <span data-i18n="file.label.filename"></span></label>
Expand Down
2 changes: 1 addition & 1 deletion file.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = function (RED) {
!RED.settings.flowforge.fileStore ||
!RED.settings.flowforge.fileStore.url
) {
throw new Error('FlowForge file nodes cannot be loaded without required settings')
throw new Error('FlowFuse file nodes cannot be loaded without required settings')
}
const VFS = require('./vfs')
const os = require('os')
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/nr-file-nodes",
"version": "0.0.3",
"name": "@flowfuse/nr-file-nodes",
"version": "0.0.4",
"description": "Node-RED file nodes packaged for FlowFuse",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"url": "git+https://github.com/FlowFuse/nr-file-nodes.git"
},
"author": {
"name": "FlowFlow Inc."
"name": "FlowFuse Inc."
},
"bugs": {
"url": "https://github.com/FlowFuse/nr-file-nodes/issues"
Expand Down

0 comments on commit 479584e

Please sign in to comment.