Skip to content

Commit

Permalink
add 'type':'module' in es module package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-klaviyo committed Feb 2, 2023
1 parent 4659ce0 commit c70d945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/additional-modules/my-es-module/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"main": "index.js",
"type": "module",
"exports": {
".": {
"default": {
Expand Down

0 comments on commit c70d945

Please sign in to comment.