Skip to content

Commit 23c3182

Browse files
committed
Update type def path
1 parent cd1da6c commit 23c3182

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"type": "module",
8-
"types": "index.d.ts",
8+
"types": "dist/index.d.ts",
99
"license": "MIT",
1010
"repository": "github/details-menu-element",
1111
"files": [
12-
"dist",
13-
"index.d.ts"
12+
"dist"
1413
],
1514
"keywords": [
1615
"details",

0 commit comments

Comments
 (0)