@tbrandenburg/node-red-cli 0.2.17 → 0.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -106,7 +106,6 @@ bin/ CLI entrypoint (node-red-cli)
106
106
  src/ Host-side link-call adapter (library API)
107
107
  test/unit/ Fast tests against a fake Node-RED runtime
108
108
  test/integration/ Adapter tests against a real embedded runtime
109
- test/e2e/ Full round trip through the example flow
110
109
  test/fixtures/ Example Node-RED flow used as a test asset
111
110
  ```
112
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tbrandenburg/node-red-cli",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "description": "Call existing Node-RED flows from Node.js and the command line",
5
5
  "main": "src/link-call.js",
6
6
  "bin": {