Bump for 1.3.7

This commit is contained in:
Nick O'Leary
2021-09-02 09:07:04 +01:00
parent 297dd81327
commit 7aec7c8460
9 changed files with 25 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "1.3.6",
"version": "1.3.7",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,11 +16,11 @@
}
],
"dependencies": {
"@node-red/util": "1.3.6",
"@node-red/util": "1.3.7",
"clone": "2.1.2",
"fs-extra": "8.1.0",
"semver": "6.3.0",
"tar": "6.1.2",
"tar": "6.1.11",
"uglify-js": "3.13.3"
}
}