From e3c31ed84550127aac3da62f3afefc1095ec76ee Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 18 Jun 2023 02:08:11 +0200 Subject: [PATCH] description updates --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d674a7d..231e2f7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index e7f6554..424ad99 100644 --- a/package.json +++ b/package.json @@ -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",