From 948551f3373545aa374c623447e9c53fb3e9e182 Mon Sep 17 00:00:00 2001 From: adil <68734155+adevinwild@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:18:13 +0100 Subject: [PATCH] chore: :wrench: Updated the description of the package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed55a2e..1adc266 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "default": "./dist/index.modern.js" }, "version": "1.0.0", - "description": "A micro minimalist template to publish TypeScript library with `microbundle`", + "description": "A micro minimalist template to publish TypeScript packages with `microbundle`", "main": "./dist/index.cjs", "module": "./dist/index.module.js", "unpkg": "./dist/index.umd.js",