Skip to content

Commit 788bbb9

Browse files
committed
reference typescript definition file in package.json
1 parent 2af22da commit 788bbb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
"version": "5.0.2",
44
"main": "dist/index-umd.js",
55
"module": "dist/index-es.js",
6+
"types": "index.d.ts",
67
"license": "MIT",
78
"repository": "github/include-fragment-element",
89
"files": [
9-
"dist"
10+
"dist",
11+
"index.d.ts"
1012
],
1113
"scripts": {
1214
"clean": "rm -rf dist",

0 commit comments

Comments
 (0)