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

* more refactor (silverwind)
* more refactor, remove NODE_ENV (silverwind)
* refactors (silverwind)
* remove box on success message (silverwind)
* use optional chaining (silverwind)
* reduce cli column spacing to 1 space (silverwind)
* update deps (silverwind)
* update deps (silverwind)
This commit is contained in:
silverwind 2022-06-03 23:09:14 +02:00
parent 6a0526f5b1
commit 5135a38615
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.5",
"version": "13.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "updates",
"version": "13.0.5",
"version": "13.1.0",
"license": "BSD-2-Clause",
"bin": {
"updates": "bin/updates.js"

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