Skip to content

Commit 9f09931

Browse files
authored
chore(package): explicitly declare js module type (#410)
1 parent 340312e commit 9f09931

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
77
},
88
"main": "lib/index.js",
9+
"type": "commonjs",
910
"types": "types/index.d.ts",
1011
"files": [
1112
"lib/",

0 commit comments

Comments
 (0)