node-red-contrib-markdown-note 1.0.7 → 1.0.8
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.
- package/README.md +9 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -62,4 +62,12 @@ Run this in your Node-RED user directory (`~/.node-red`):
|
|
|
62
62
|
npm install node-red-contrib-markdown-note
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
-
Then restart Node-RED.
|
|
65
|
+
Then restart Node-RED.
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
## Support the Project
|
|
69
|
+
|
|
70
|
+
Markdown Note is free and open source.
|
|
71
|
+
If it has helped you or saved you time, consider supporting continued development:
|
|
72
|
+
|
|
73
|
+
[GitHub Sponsors](https://github.com/sponsors/Backroads4Me)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-markdown-note",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "A Node-RED node for adding rich Markdown notes and annotations to your flows.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node-red",
|
|
@@ -38,4 +38,4 @@
|
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=14.0.0"
|
|
40
40
|
}
|
|
41
|
-
}
|
|
41
|
+
}
|