From bae701b08d02212e4faefc7abb13c94e2023707e Mon Sep 17 00:00:00 2001 From: mineejo Date: Sat, 11 Nov 2023 14:39:14 +0300 Subject: [PATCH] chore(_build_npm): remove markdown --- _build_npm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build_npm.ts b/_build_npm.ts index 45eee8c..3578062 100644 --- a/_build_npm.ts +++ b/_build_npm.ts @@ -17,7 +17,7 @@ await build({ name: "@chalkpot/color", version: Deno.args[0], description: - "Color is a tool for creating [RGB] color by range and by HSL without leaving RGB space.", + "Color is a tool for creating RGB color by range and by HSL without leaving RGB space.", author: "mineejo", license: "MIT", homepage: "https://github.com/chalkpot/color#readme",