Skip to content

Commit

Permalink
fix: incorrect bin path
Browse files Browse the repository at this point in the history
close #63
  • Loading branch information
JounQin authored Mar 11, 2024
1 parent eeef605 commit 1ae7a67
Showing 1 changed file with 3 additions and 3 deletions.
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 1ae7a67

Please sign in to comment.