node-red-contrib-short-circuit 0.1.0 → 0.2.0

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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -41,10 +41,7 @@ If the file contains invalid JSON or an invalid distance, the plugin uses the de
41
41
  - Node.js 18 or newer
42
42
 
43
43
  This plugin also works great with the quick-link plugin:
44
-
45
- ```text
46
44
  [node-red-contrib-quick-link](https://flows.nodered.org/node/node-red-contrib-quick-link)
47
- ```
48
45
 
49
46
  ## License
50
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-short-circuit",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "A Node-RED editor plugin that replaces long wires with clickable short-circuit endpoints.",
5
5
  "keywords": [
6
6
  "node-red",