Skip to content

Commit 4d6619f

Browse files
authored
Merge pull request #13 from github/fix-type-reference
Fix `types` reference in `package.json`
2 parents ad07bb9 + 53e0801 commit 4d6619f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Attach files via drag and drop or file input.",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.js",
7-
"types": "dist/index.d.ts",
7+
"types": "dist/file-attachment-element.d.ts",
88
"license": "MIT",
99
"repository": "github/file-attachment-element",
1010
"files": [

0 commit comments

Comments
 (0)