Skip to content

Commit

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

0 comments on commit abf5508

Please sign in to comment.