Skip to content

Commit

Permalink
fix: add backwards compat for old dist es file names
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Dec 11, 2022
1 parent a8d212a commit d79d289
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"import": "./dist/portal-vue.es.dev.mjs",
"require": "./dist/portal-vue.umd.dev.js"
},
"./dist/portal-vue.es.js": "./dist/portal-vue.mjs",
"./dist/portal-vue.es.dev.js": "./dist/portal-vue.es.dev.mjs",
"./*": "./*"
},
"files": [
Expand Down

0 comments on commit d79d289

Please sign in to comment.