13.1.8
Some checks failed
ci / test (14) (push) Has been cancelled
ci / test (16) (push) Has been cancelled
ci / test (18) (push) Has been cancelled

* bundle version into script (silverwind)
* add size badge (silverwind)
* update deps, fix lint (silverwind)
This commit is contained in:
silverwind 2022-09-26 00:17:43 +02:00
parent 8c83693d21
commit 431532d0e1
Signed by: 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": "13.1.7",
"version": "13.1.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "13.1.7",
"version": "13.1.8",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

@ -1,6 +1,6 @@
{
"name": "updates",
"version": "13.1.7",
"version": "13.1.8",
"description": "Flexible npm dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",