We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exports
package.json
1 parent 1fdf81b commit 564d4c8Copy full SHA for 564d4c8
1 file changed
package.json
@@ -38,7 +38,8 @@
38
"type": "module",
39
"main": "index.mjs",
40
"exports": {
41
- ".": "./index.mjs"
+ "import": "./index.mjs",
42
+ "require": "./index.cjs"
43
},
44
"imports": {
45
"#argv2Object": "./src/argv2Object.mjs",
0 commit comments