Skip to content

Commit 784d7ec

Browse files
authored
chore(package): explicitly declare js module type (#255)
1 parent b246a90 commit 784d7ec

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": "^12.22.0 || ^14.17.0 || >=16.0.0"
77
},
88
"main": "index.js",
9+
"type": "commonjs",
910
"files": [
1011
"configs.js",
1112
"lib"

0 commit comments

Comments
 (0)