Skip to content

Commit

Permalink
feat(pkg): add export conditions for runtime keys (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 6, 2023
1 parent 72cb8cb commit a52a11d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
"type": "module",
"exports": {
".": {
"browser": "./dist/native.mjs",
"bun": "./dist/native.mjs",
"deno": "./dist/native.mjs",
"edge-light": "./dist/native.mjs",
"edge-routine": "./dist/native.mjs",
"lagon": "./dist/native.mjs",
"netlify": "./dist/native.mjs",
"react-native": "./dist/native.mjs",
"wintercg": "./dist/native.mjs",
"worker": "./dist/native.mjs",
"workerd": "./dist/native.mjs",
"node": {
"require": "./lib/index.cjs",
"import": "./dist/index.mjs",
Expand Down

0 comments on commit a52a11d

Please sign in to comment.