Bump dev branch to 0.21.0-alpha.0

This commit is contained in:
Nick O'Leary
2019-03-26 15:51:17 +00:00
parent fe2360883f
commit 5a9fcd9267
8 changed files with 17 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "0.20.3",
"version": "0.21.0-alpha.0",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,7 +16,7 @@
}
],
"dependencies": {
"@node-red/util": "0.20.3",
"@node-red/util": "0.21.0-alpha.0",
"semver": "5.6.0",
"uglify-js": "3.4.9",
"when": "3.7.8"