node-red-contrib-markdown-note 1.0.2 → 1.0.3

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "node-red-contrib-markdown-note",
3
- "version": "1.0.2",
4
- "description": "A Node-RED node for displaying markdown notes as annotations",
3
+ "version": "1.0.3",
4
+ "description": "A Node-RED node for adding rich Markdown notes and annotations to your flows.",
5
5
  "keywords": [
6
6
  "node-red",
7
7
  "markdown",
@@ -38,4 +38,4 @@
38
38
  "engines": {
39
39
  "node": ">=14.0.0"
40
40
  }
41
- }
41
+ }