diff --git a/README.md b/README.md index bb4bd4f8..28dc1b13 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 7087d7be..761b5b95 100644 --- a/package.json +++ b/package.json @@ -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" }