Fixup version

This commit is contained in:
Nick O'Leary
2018-12-07 16:47:19 +00:00
parent 43530d4a5f
commit 7173895d36
9 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "0.20.0.beta.2",
"version": "0.20.0.beta-2",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "0.20.0.beta.2",
"@node-red/runtime": "0.20.0.beta.2",
"@node-red/util": "0.20.0.beta.2",
"@node-red/nodes": "0.20.0.beta.2",
"@node-red/editor-api": "0.20.0.beta-2",
"@node-red/runtime": "0.20.0.beta-2",
"@node-red/util": "0.20.0.beta-2",
"@node-red/nodes": "0.20.0.beta-2",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.16.4",