Skip to content

Commit 5f4cad4

Browse files
fix(structure): Fix file structure
1 parent 5c53887 commit 5f4cad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "element-internals-polyfill",
33
"version": "0.0.4",
44
"description": "A polyfill for the element internals specification",
5-
"main": "./dist/element-internals.js",
6-
"module": "./dist/element-internals.js",
5+
"main": "/dist/element-internals.js",
6+
"module": "/dist/element-internals.js",
77
"files": [
88
"/dist/element-internals.js"
99
],

0 commit comments

Comments
 (0)