Skip to content

Commit

Permalink
fix: index.mjs missing
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 12, 2024
1 parent 4eed15c commit 20c3c3f
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
Expand Up @@ -2,7 +2,7 @@
"name": "fanyi",
"version": "9.0.6",
"description": "A translator in your command line",
"main": "index.js",
"main": "index.mjs",
"repository": {
"type": "git",
"url": "[email protected]:afc163/fanyi.git"
Expand All @@ -18,7 +18,7 @@
"node": ">=16.0.0"
},
"readmeFilename": "README.md",
"files": ["index.js", "bin", "lib"],
"files": ["index.mjs", "bin", "lib"],
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
Expand Down

0 comments on commit 20c3c3f

Please sign in to comment.