Skip to content

Commit 09c08ad

Browse files
committed
[Fix] add missing polyfill endpoint; remove nonexistent getPolyfill endpoint
Fixes #5
1 parent af6144d commit 09c08ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"exports": {
88
".": "./index.js",
99
"./auto": "./auto.js",
10-
"./shim": "./shim.js",
11-
"./getPolyfill": "./getPolyfill.js",
10+
"./polyfill": "./polyfill.js",
1211
"./implementation": "./implementation.js",
12+
"./shim": "./shim.js",
1313
"./package.json": "./package.json"
1414
},
1515
"keywords": [

0 commit comments

Comments
 (0)