Bump package to 0.20.0

This commit is contained in:
Nick O'Leary
2019-03-12 14:53:12 +00:00
parent c944eaab5c
commit 58914e5c5f
7 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "0.20.0-beta.5",
"version": "0.20.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "0.20.0-beta.5",
"@node-red/util": "0.20.0-beta.5",
"@node-red/registry": "0.20.0",
"@node-red/util": "0.20.0",
"clone": "2.1.2",
"express": "4.16.4",
"fs-extra": "7.0.1",