Skip to content

Commit

Permalink
fix: add missing esm exports
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jan 2, 2022
1 parent 97bc280 commit f2a689b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
".": {
"import": "./dist/index.mjs",
"default": "./dist/index.js"
}
},
"./dist/components/vite.marko": "./dist/components/vite.marko",
"./dist/components/vite-watch.marko": "./dist/components/vite-watch.marko"
},
"files": [
"dist",
Expand Down

0 comments on commit f2a689b

Please sign in to comment.