Skip to content

Commit f617965

Browse files
authored
chore(package): explicitly declare js module type (#181)
1 parent d982eda commit f617965

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
@@ -28,6 +28,7 @@
2828
"license": "MIT",
2929
"version": "3.2.0",
3030
"main": "index.js",
31+
"type": "commonjs",
3132
"types": "types/index.d.ts",
3233
"scripts": {
3334
"lint": "eslint .",

0 commit comments

Comments
 (0)