Skip to content

Commit

Permalink
add full name command
Browse files Browse the repository at this point in the history
  • Loading branch information
citron03 committed Aug 31, 2024
1 parent 0ca257b commit 1dc2df1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colors-helper-tools",
"version": "1.7.9",
"version": "1.7.10",
"description": "help use color style ✨",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand All @@ -13,7 +13,8 @@
},
"types": "dist/types/index.d.ts",
"bin": {
"cht": "dist/cli.cjs"
"cht": "dist/cli.cjs",
"colors-helper-tools": "dist/cli.cjs"
},
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
Expand Down

0 comments on commit 1dc2df1

Please sign in to comment.