Skip to content

Commit

Permalink
fix: add a workerd package.json target
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Jun 18, 2024
1 parent 765aafd commit e36d69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"deno": "./dist/browser/index.js",
"browser": "./dist/browser/index.js",
"worker": "./dist/browser/index.js",
"workerd": "./dist/browser/index.js",
"import": "./dist/node/esm/index.js",
"require": "./dist/node/cjs/index.js"
},
Expand Down

0 comments on commit e36d69e

Please sign in to comment.