Readme typo

remove package-lock.json
This commit is contained in:
Dave Conway-Jones 2018-05-01 18:00:40 +01:00
parent 722a5121ae
commit 2e8ec73ef0
No known key found for this signature in database
GPG Key ID: 9E7F9C73F5168CD4
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ coverage
puball.sh
setenv.sh
/.project
package-lock.json

View File

@ -34,7 +34,7 @@ To run tests on all of the nodes you will need the node-red runtime:
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 i {path_to_your_existing_Node-RED_install} --no-save
npm test
## Contributing