We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eed15c commit 20c3c3fCopy full SHA for 20c3c3f
package.json
@@ -2,7 +2,7 @@
2
"name": "fanyi",
3
"version": "9.0.6",
4
"description": "A translator in your command line",
5
- "main": "index.js",
+ "main": "index.mjs",
6
"repository": {
7
"type": "git",
8
"url": "git@github.com:afc163/fanyi.git"
@@ -18,7 +18,7 @@
18
"node": ">=16.0.0"
19
},
20
"readmeFilename": "README.md",
21
- "files": ["index.js", "bin", "lib"],
+ "files": ["index.mjs", "bin", "lib"],
22
"dependencies": {
23
"chalk": "^5.3.0",
24
"commander": "^12.1.0",
0 commit comments