Bump to beta.1 version

This commit is contained in:
Nick O'Leary
2018-12-07 11:40:33 +00:00
parent fd20cd524e
commit 2979acd5b8
8 changed files with 68 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "0.20.0-alpha.0",
"version": "0.20.0-beta.1",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -8,12 +8,16 @@
"url": "https://github.com/node-red/node-red.git"
},
"contributors": [
{ "name": "Nick O'Leary" },
{ "name": "Dave Conway-Jones"}
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
],
"dependencies": {
"@node-red/util": "*",
"@node-red/editor-client": "*",
"@node-red/util": "0.20.0-beta.1",
"@node-red/editor-client": "0.20.0-beta.1",
"bcryptjs": "2.4.3",
"body-parser": "1.18.3",
"clone": "2.1.2",