Skip to content

Commit

Permalink
📦 Clearly define entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 17, 2024
1 parent e3720c6 commit 861f5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"API",
"compatibility"
],
"module": "./node/index.js",
"main": "./node/index.js",
"types": "./node/",
"module": "./node/index.mjs",
"main": "./node/index.cjs",
"types": "./node/index.d.ts",
"files": ["node/**/*", "deno/**/*"],
"exports": {
".": {
Expand Down

0 comments on commit 861f5db

Please sign in to comment.