Skip to content

Commit

Permalink
Fix error with assets import path
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jul 20, 2022
1 parent 0027841 commit c2bcc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
".": {
"import": {
"types": "./index.d.ts",
"default": "./dist/esm/assets.js"
"default": "./dist/esm/assets.mjs"
},
"require": {
"types": "./index.d.ts",
Expand Down

0 comments on commit c2bcc64

Please sign in to comment.