Skip to content

Commit

Permalink
chore: fix extension for cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
kleekich21 committed Jul 2, 2024
1 parent 6060781 commit c1ae79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"require": {
"types": "./build/cjs/index.d.js",
"default": "./build/cjs/index.js"
"default": "./build/cjs/index.cjs"
}
}
},
Expand Down

0 comments on commit c1ae79c

Please sign in to comment.