Skip to content

Commit

Permalink
fix: set cli cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
citron03 committed Aug 17, 2024
1 parent ae1ae91 commit 0ca257b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.8",
"version": "1.7.9",
"description": "help use color style ✨",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
Expand All @@ -13,7 +13,7 @@
},
"types": "dist/types/index.d.ts",
"bin": {
"cht": "dist/cli.mjs"
"cht": "dist/cli.cjs"
},
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
Expand Down

0 comments on commit 0ca257b

Please sign in to comment.