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/registry",
"version": "0.20.6",
"version": "0.20.7",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "0.20.6",
"semver": "6.1.1",
"@node-red/util": "0.20.7",
"semver": "6.2.0",
"uglify-js": "3.6.0",
"when": "3.7.8"
}