description updates

This commit is contained in:
silverwind 2023-06-18 02:08:11 +02:00
parent db5a7d0cf3
commit e3c31ed845
Signed by: silverwind
GPG Key ID: 2E62B41C93869443
2 changed files with 2 additions and 2 deletions

@ -3,7 +3,7 @@
![](./screenshot.png)
`updates` is a CLI tool which checks for npm and pypi dependency updates of the current project and optionally updates `package.json`. It is highly configurable and is typically able to complete in less than a second.
`updates` is a CLI tool which checks for npm and poetry dependency updates of the current project and optionally updates `package.json`/`pyproject.toml`. It is highly configurable and is typically able to complete in less than a second.
# Usage

@ -1,7 +1,7 @@
{
"name": "updates",
"version": "14.2.3",
"description": "Flexible npm dependency update tool",
"description": "Flexible npm and poetry dependency update tool",
"author": "silverwind",
"repository": "silverwind/updates",
"license": "BSD-2-Clause",