Skip to content

Commit

Permalink
update type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
fahreddinozcan committed Jun 3, 2024
1 parent 78117e5 commit ba47003
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@
"netlify": "./dist/nodejs.mjs",
"react-native": "./dist/nodejs.mjs",
"wintercg": "./dist/nodejs.mjs",
"worker": "./dist/cloudflare.mjs",
"workerd": "./dist/cloudflare.mjs",
"worker": {
"import": "./dist/cloudflare.mjs",
"types": "./dist/cloudflare.d.ts"
},
"workerd": {
"import": "./dist/cloudflare.mjs",
"types": "./dist/cloudflare.d.ts"
},
"node": "./dist/nodejs.mjs",
"require": "./dist/nodejs.mjs",
"import": "./dist/nodejs.mjs",
Expand Down Expand Up @@ -56,5 +62,5 @@
"build": "tsup",
"prepare": "husky install"
},
"types": "./dist/index.d.ts"
"types": "./dist/nodejs.d.ts"
}

0 comments on commit ba47003

Please sign in to comment.