Skip to content

Commit

Permalink
Merge pull request #14 from peinguin/fix/jest-import
Browse files Browse the repository at this point in the history
fix: Jest import
  • Loading branch information
ypresto authored Jan 6, 2025
2 parents be35162 + 646a707 commit 16f710d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.js"
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"files": [
"dist"
Expand Down

0 comments on commit 16f710d

Please sign in to comment.