Bump package to 0.20.0-alpha.0 to avoid accidental publish

This commit is contained in:
Nick O'Leary 2018-09-21 13:58:38 +01:00
parent 665fe0e01e
commit e73bf03615
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
8 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "0.20.0",
"version": "0.20.0-alpha.0",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org",
"license": "Apache-2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor",
"version": "0.20.0",
"version": "0.20.0-alpha.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-client",
"version": "0.20.0",
"version": "0.20.0-alpha.0",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "0.20.0",
"version": "0.20.0-alpha.0",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "0.20.0",
"version": "0.20.0-alpha.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "0.20.0",
"version": "0.20.0-alpha.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/util",
"version": "0.20.0",
"version": "0.20.0-alpha.0",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "0.20.0",
"version": "0.20.0-alpha.0",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@ -27,9 +27,9 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "0.20.0",
"@node-red/runtime": "0.20.0",
"@node-red/util": "0.20.0",
"@node-red/editor-api": "0.20.0-alpha.0",
"@node-red/runtime": "0.20.0-alpha.0",
"@node-red/util": "0.20.0-alpha.0",
"basic-auth": "2.0.0",
"bcryptjs": "2.4.3",
"express": "4.16.3",