Skip to content

Commit

Permalink
[Fix] add missing polyfill endpoint; remove nonexistent `getPolyfil…
Browse files Browse the repository at this point in the history
…l` endpoint

Fixes #5
  • Loading branch information
ljharb committed Oct 6, 2024
1 parent af6144d commit 09c08ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"exports": {
".": "./index.js",
"./auto": "./auto.js",
"./shim": "./shim.js",
"./getPolyfill": "./getPolyfill.js",
"./polyfill": "./polyfill.js",
"./implementation": "./implementation.js",
"./shim": "./shim.js",
"./package.json": "./package.json"
},
"keywords": [
Expand Down

0 comments on commit 09c08ad

Please sign in to comment.