Skip to content

Commit aefa79c

Browse files
authored
fix: add main field to package.json to fix jest support
1 parent c3b6899 commit aefa79c

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
@@ -20,6 +20,7 @@
2020
"import": "./dist/index.js"
2121
}
2222
},
23+
"main": "./dist/index.js",
2324
"types": "./dist/index.d.ts",
2425
"files": [
2526
"dist",

0 commit comments

Comments
 (0)