Skip to content

Commit 634d15b

Browse files
authored
Merge pull request #245 from hardillb/node-red-version
Add comment about specifying Node-RED Supported version
2 parents 262225a + 963107a commit 634d15b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/creating-nodes/packaging.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,17 @@ for others to be able to use it.</div>
8282
}
8383
{% endhighlight %}
8484

85+
You can also specify supoorted Node-RED versions. e.g. this indicates newer than v2.0.0
86+
87+
{% highlight json %}
88+
"node-red" : {
89+
"version": ">=2.0.0",
90+
"nodes": {
91+
"sample": "sample/sample.js"
92+
}
93+
}
94+
{% endhighlight %}
95+
8596

8697
### README.md
8798

0 commit comments

Comments
 (0)