pull out editor-client and editor-api

This commit is contained in:
Nick O'Leary
2018-08-17 22:10:54 +01:00
parent 6b79c6135f
commit e57d8ba0ef
287 changed files with 245 additions and 294 deletions

View File

@@ -1,5 +1,11 @@
{
"name": "@node-red/registry",
"version": "0.20.0",
"license": "Apache-2.0"
}
"name": "@node-red/registry",
"version": "0.20.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"dependencies": {
"semver": "5.5.0",
"uglify-js": "3.4.7",
"when": "3.7.8"
}
}