mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
make Node-red a dev rep
This commit is contained in:
parent
77ecd76867
commit
805b53535a
@ -28,13 +28,6 @@ To manually install using this repo:
|
||||
Node.js v6 or newer is required. To run tests on all of the nodes you will need the node-red runtime:
|
||||
|
||||
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
|
||||
|
@ -43,6 +43,7 @@
|
||||
"mocha": "~5.1.1",
|
||||
"msgpack-lite": "^0.1.26",
|
||||
"ngeohash": "^0.6.0",
|
||||
"node-red": "0.*",
|
||||
"node-red-node-test-helper": "^0.1.6",
|
||||
"nodemailer": "^4.6.4",
|
||||
"poplib": "^0.1.7",
|
||||
@ -53,9 +54,6 @@
|
||||
"supertest": "^3.0.0",
|
||||
"when": "^3.7.8"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"node-red": "0.*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user