make Node-red a dev rep

This commit is contained in:
Dave Conway-Jones 2018-05-04 19:11:49 +01:00
parent 77ecd76867
commit 805b53535a
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
2 changed files with 1 additions and 10 deletions

View File

@ -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

View File

@ -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"
}