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 693db98 commit c3a4df7Copy full SHA for c3a4df7
1 file changed
package.json
@@ -22,6 +22,7 @@
22
"./package.json": "./package.json"
23
},
24
"main": "./dist/index.js",
25
+ "module": "./dist/index.js",
26
"types": "./dist/index.d.ts",
27
"files": [
28
"dist",
@@ -90,7 +91,6 @@
90
91
"engines": {
92
"node": ">=20.19 <22 || >=22.12"
93
- "module": "./dist/index.js",
94
"publishConfig": {
95
"exports": {
96
".": "./dist/index.js",
0 commit comments