Skip to content

Commit

Permalink
package.json engines declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed Feb 2, 2022
1 parent 8bbfd41 commit 41fd33d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-mock-cli",
"version": "1.1.0",
"version": "1.1.1",
"description": "Allows running Node-RED modules from command-line.",
"main": "index.js",
"readmeFilename": "readme.md",
Expand All @@ -10,7 +10,11 @@
"nodered",
"node-red"
],
"engines": {
"node": ">=8"
},
"node-red": {
"version": ">=0.20.0",
"nodes": {
"test-node": "test-node.js"
}
Expand Down

0 comments on commit 41fd33d

Please sign in to comment.