Skip to content

Commit 895503e

Browse files
authored
Merge pull request #315 from richardnias/include-types
include types in files
2 parents 00b9428 + 9dd5798 commit 895503e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"main": "dist/index.js",
1515
"files": [
16-
"dist"
16+
"dist",
17+
"index.d.ts"
1718
],
1819
"types": "index.d.ts",
1920
"scripts": {

0 commit comments

Comments
 (0)