Skip to content

Commit

Permalink
Add Deno entry point (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Mar 20, 2023
1 parent fb306bb commit 13ea0e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -80,6 +80,10 @@
"import": "./esm/stripe.esm.worker.js",
"require": "./cjs/stripe.cjs.worker.js"
},
"deno": {
"import": "./esm/stripe.esm.worker.js",
"require": "./cjs/stripe.cjs.worker.js"
},
"worker": {
"import": "./esm/stripe.esm.worker.js",
"require": "./cjs/stripe.cjs.worker.js"
Expand Down

0 comments on commit 13ea0e9

Please sign in to comment.