Skip to content

Commit 20c3c3f

Browse files
committed
fix: index.mjs missing
1 parent 4eed15c commit 20c3c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "fanyi",
33
"version": "9.0.6",
44
"description": "A translator in your command line",
5-
"main": "index.js",
5+
"main": "index.mjs",
66
"repository": {
77
"type": "git",
88
"url": "git@github.com:afc163/fanyi.git"
@@ -18,7 +18,7 @@
1818
"node": ">=16.0.0"
1919
},
2020
"readmeFilename": "README.md",
21-
"files": ["index.js", "bin", "lib"],
21+
"files": ["index.mjs", "bin", "lib"],
2222
"dependencies": {
2323
"chalk": "^5.3.0",
2424
"commander": "^12.1.0",

0 commit comments

Comments
 (0)