@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.
- package/README.md +0 -1
- 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
|
|