Bump for 0.20.7

This commit is contained in:
Nick O'Leary
2019-07-05 11:12:26 +01:00
parent 083d6c5125
commit aab0b0b4bf
10 changed files with 51 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "0.20.6",
"version": "0.20.7",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,11 +16,11 @@
}
],
"dependencies": {
"@node-red/registry": "0.20.6",
"@node-red/util": "0.20.6",
"@node-red/registry": "0.20.7",
"@node-red/util": "0.20.7",
"clone": "2.1.2",
"express": "4.17.1",
"fs-extra": "8.0.1",
"fs-extra": "8.1.0",
"json-stringify-safe": "5.0.1",
"when": "3.7.8"
}