Skip to content

Commit

Permalink
fix: incorrect bin path (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Mar 11, 2024
1 parent eeef605 commit 1324933
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-planes-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"dl-iconfont": patch
---

fix: incorrect bin path
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"node": "^14.18.0 || >=16.0.0"
},
"bin": {
"dli": "./bin/cli.js",
"dl-iconfont": "./bin/cli.js",
"iconfont-dl": "./bin/cli.js"
"dli": "./lib/cli.js",
"dl-iconfont": "./lib/cli.js",
"iconfont-dl": "./lib/cli.js"
},
"main": "lib/index.cjs",
"module": "lib",
Expand Down

0 comments on commit 1324933

Please sign in to comment.