Skip to content

Commit

Permalink
fix(pkg): add main entry point
Browse files Browse the repository at this point in the history
Some tools don't play well with only having the `exports` field present.

See octokit/core.js#662
  • Loading branch information
wolfy1339 committed Feb 27, 2024
1 parent a2f35e9 commit 09e0241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.mjs
Expand Up @@ -78,6 +78,8 @@ async function main() {
{
...pkg,
files: ["dist-*/**", "bin/**"],
main: "./dist-node/index.js",
types: "./dist-types/index.d.ts",
exports: {
".": {
node: {
Expand Down

0 comments on commit 09e0241

Please sign in to comment.