Skip to content

Commit

Permalink
build: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Apr 28, 2024
1 parent 1ab351a commit 18f3d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jsfast"
],
"homepage": "https://fastjs.dev/",
"author": "xiaodong2008",
"author": "xiaodong2008 <[email protected]>",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "npm version"
},
"bin": {
"create-fastjs": "./cli.js"
"create-fastjs": "./cli.cjs"
},
"keywords": [
"fastjs",
Expand Down

0 comments on commit 18f3d64

Please sign in to comment.