1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Updated Design: Runtime Editor Split (markdown)

Nick O'Leary 2018-03-09 14:24:17 +00:00
parent 74ac0c7c58
commit 631d862a49

@ -66,7 +66,7 @@ At the top level, we'll have N npm packages (names tbc)
- `node-red-core-runtime` - the core runtime of Node-RED
- `node-red-core-nodes` - the default set of nodes in the palette
- `node-red-core-editor` - the editor component
- `node-red` - the existing package that pulls the above three together, shakes them around, plumbs them together and delivers *exactly* the same experience as it does today (well, hopefully an even better one...)
- `node-red` - the existing package that pulls the above packages together and delivers *exactly* the same experience as it does today
### node-red-core-runtime