node-red-contrib-freya-nodes 0.0.20 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,16 +6,16 @@
6
6
 
7
7
  <br clear="right"/>
8
8
 
9
- [![Node-RED](https://img.shields.io/badge/Node--RED-Freya-%23A2CA6F?logo=nodered)](https://flows.nodered.org/node/node-red-contrib-freya)
9
+ [![Node-RED](https://img.shields.io/badge/Node--RED-Freya-%23A2CA6F?logo=nodered)](https://flows.nodered.org/node/node-red-contrib-freya-nodes)
10
10
 
11
11
  ## Installation
12
12
  #### Node-RED flow editor
13
- Navigate to `Settings > Manage Palette`, then in the `Install` tab, search for `node-red-contrib-freya` and click the `Install` button.
13
+ Navigate to `Settings > Manage Palette`, then in the `Install` tab, search for `node-red-contrib-freya-nodes` and click the `Install` button.
14
14
 
15
15
  #### Manually using NPM
16
- On your device, navigate to the `nodered` folder, and run
16
+ On your device, navigate to the `nodered` folder (on a Freya system, it's at `/opt/Freya/`), and run
17
17
  ```
18
- npm install node-red-contrib-freya
18
+ npm install node-red-contrib-freya-nodes
19
19
  ```
20
20
 
21
21
  ## License & Collaboration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-freya-nodes",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Custom nodes for Freya Vivarium Control System",
5
5
  "author": "Sanne 'SpuQ' Santens",
6
6
  "license": "MIT",