13.0.3
Some checks failed
ci / test (14, ubuntu-latest) (push) Has been cancelled
ci / test (16, ubuntu-latest) (push) Has been cancelled

* refactors (silverwind)
* simplify color parsing, remove --color argument (silverwind)
* update deps (silverwind)
This commit is contained in:
silverwind 2022-02-27 16:47:03 +01:00
parent 5e9184dc2a
commit 49212af547
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.0.2",
"version": "13.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "13.0.2",
"version": "13.0.3",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

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