Skip to content

Commit

Permalink
Merge pull request #79 from sebastiendavid/browser
Browse files Browse the repository at this point in the history
add browser entrypoint in package.json
  • Loading branch information
sebdvd committed Jul 9, 2021
2 parents f8666c8 + 566e210 commit 042340a
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 @@ -8,6 +8,7 @@
"cancellable"
],
"main": "umd/CancelablePromise.js",
"browser": "umd/CancelablePromise.js",
"module": "esm/CancelablePromise.mjs",
"types": "esm/CancelablePromise.d.ts",
"files": [
Expand Down

0 comments on commit 042340a

Please sign in to comment.