* fix include matching (silverwind)
This commit is contained in:
silverwind 2023-09-06 01:13:17 +02:00
parent 8d795d10b0
commit 88badfc24d
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.0.1",
"version": "15.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "15.0.1",
"version": "15.0.2",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

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