Skip to content

Commit

Permalink
fix: set mainFields to module, main
Browse files Browse the repository at this point in the history
This is following evanw/esbuild#629.
  • Loading branch information
piraz committed Nov 14, 2023
1 parent 6595a82 commit 3cc2132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.1.6",
"description": "HTML Web Components with Solid-JS.",
"main": "./dist/index.js",
"mainFields": [
"module",
"main"
],
"types": "./src/types/index.d.ts",
"files": [
"dist",
Expand Down

0 comments on commit 3cc2132

Please sign in to comment.