mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
bump version thanks to Mike adding helper
update readme slightly
This commit is contained in:
parent
f275ea0bac
commit
05f41f3df8
@ -27,7 +27,14 @@ To manually install using this repo:
|
||||
|
||||
To run tests on all of the nodes you will need the node-red runtime:
|
||||
|
||||
npm install node-red --no-save
|
||||
npm i node-red-nodes
|
||||
npm i node-red --no-save
|
||||
npm test
|
||||
|
||||
If you already have Node-RED installed you can point to the existing installation to save space.
|
||||
|
||||
npm i node-red-nodes
|
||||
npm i {path_to_your_existing_Node-RED-install} --no-save
|
||||
npm test
|
||||
|
||||
## Contributing
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "node-red-nodes",
|
||||
"version": "0.0.11",
|
||||
"version": "0.1.0",
|
||||
"description": "Node-RED-nodes package to hold the test framework ONLY - use npm to install individual nodes",
|
||||
"homepage": "http://nodered.org",
|
||||
"license": "Apache-2.0",
|
||||
@ -20,6 +20,9 @@
|
||||
},
|
||||
{
|
||||
"name": "Ben Hardill"
|
||||
},
|
||||
{
|
||||
"name": "Mike Blackstock"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
@ -53,6 +56,6 @@
|
||||
"when": "^3.7.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"node-red": "^0.18.4"
|
||||
"node-red": "0.*"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user