Skip to content

Commit 1605f0a

Browse files
committedApr 13, 2022
Remove customElements entry point from export map
Addresses a package error that occurs on Skypack CDN. Also, the entry point is most likely not needed at this time.
1 parent 4e05115 commit 1605f0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"type": "module",
99
"exports": {
1010
".": "./dist/index.mjs",
11-
"./scroll-shadow-element": "./dist/index.mjs",
12-
"./customElements": "./custom-elements.json"
11+
"./scroll-shadow-element": "./dist/index.mjs"
1312
},
1413
"main": "./dist/index.mjs",
1514
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.