Skip to content

Commit

Permalink
fix: exports field includes package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarmstrongiv committed Jul 18, 2024
1 parent ffe09f8 commit c373a92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"./lib/server/*": {
"import": "./esm/server/*.mjs",
"require": "./lib/server/*.js"
}
},
"./package.json": "./package.json"
},
"scripts": {
"build": "run-s build:*",
Expand Down

0 comments on commit c373a92

Please sign in to comment.