Skip to content

Commit 0373bb2

Browse files
committed
chore: add exports field to package.json
1 parent 977dd76 commit 0373bb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"license": "MIT",
3838
"type": "module",
3939
"main": "index.mjs",
40+
"exports": {
41+
".": "./index.mjs"
42+
},
4043
"imports": {
4144
"#argv2Object": "./src/argv2Object.mjs",
4245
"#constants": "./src/constants.mjs",

0 commit comments

Comments
 (0)