Bump for 1.0.3

This commit is contained in:
Nick O'Leary
2019-10-27 21:22:20 +00:00
parent 000765fb77
commit 2cd5e1d3c5
9 changed files with 39 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "1.0.2",
"version": "1.0.3",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,7 +16,7 @@
}
],
"dependencies": {
"@node-red/util": "1.0.2",
"@node-red/util": "1.0.3",
"semver": "6.3.0",
"uglify-js": "3.6.0",
"when": "3.7.8"