Skip to content

Commit

Permalink
feat: adds main entry to packages package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfwebb authored and molefrog committed Mar 6, 2024
1 parent c5efa2e commit 14b36dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/wouter-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"types/**/*.d.ts",
"types/*.d.ts"
],
"main": "esm/index.js",
"exports": {
".": {
"types": "./types/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/wouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"types/**/*.d.ts",
"types/*.d.ts"
],
"main": "esm/index.js",
"exports": {
".": {
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 14b36dd

Please sign in to comment.