From df73a6f97a3a218de15a50bd5deedab4ee554158 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Thu, 4 Aug 2022 16:07:41 -0400 Subject: [PATCH] pkg: update description to mention current features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - all the things I've added since ~v1.0.0-ish - this branch has been laying here for a few years now too and I think I forgot about it 😅 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 933f490..aed22bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-signature-canvas", "version": "1.0.5", - "description": "A React wrapper component around signature_pad. Unopinionated and heavily updated fork of react-signature-pad", + "description": "A React wrapper component around signature_pad. 100% test coverage, types, examples, & more. Unopinionated and heavily updated fork of react-signature-pad", "source": "src/index.tsx", "main": "dist/index.umd.min.js", "module": "dist/index.mjs",