* update deps (silverwind)
* support .config directory (silverwind)
* tweak package paths (silverwind)
* refactor to ternary (silverwind)
This commit is contained in:
silverwind 2024-03-09 02:59:03 +01:00
parent 65721639a1
commit 4b37a6c821
Signed by untrusted user: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "updates",
"version": "15.1.2",
"version": "15.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "15.1.2",
"version": "15.2.0",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

@ -1,6 +1,6 @@
{
"name": "updates",
"version": "15.1.2",
"version": "15.2.0",
"description": "Flexible npm and poetry dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",