Skip to content

Commit

Permalink
fix(projects): fix create-soybean bin
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 8, 2024
1 parent 559753d commit 60b944d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-soybean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"registry": "https://registry.npmjs.org/"
},
"bin": {
"create-soybean": "dist/index.mjs",
"create-soy": "dist/index.mjs"
"create-soybean": "dist/index.js",
"create-soy": "dist/index.js"
},
"files": ["dist", "template-*"],
"scripts": {
Expand Down

0 comments on commit 60b944d

Please sign in to comment.