Bump for 1.0

This commit is contained in:
Nick O'Leary
2019-09-30 09:57:23 +01:00
parent aa69d663ed
commit 4d5f771f9f
9 changed files with 45 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "node-red",
"version": "1.0.0-beta.4",
"description": "A visual tool for wiring the Internet of Things",
"version": "1.0.0",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
"repository": {
@@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "1.0.0-beta.4",
"@node-red/runtime": "1.0.0-beta.4",
"@node-red/util": "1.0.0-beta.4",
"@node-red/nodes": "1.0.0-beta.4",
"@node-red/editor-api": "1.0.0",
"@node-red/runtime": "1.0.0",
"@node-red/util": "1.0.0",
"@node-red/nodes": "1.0.0",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.17.1",