Skip to content

Commit e2d9eea

Browse files
authored
publish missing index.d.ts file (fix #236)
1 parent 3acac0a commit e2d9eea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"files": [
1616
"es6",
1717
"modules",
18-
"dist"
18+
"dist",
19+
"src/index.d.ts"
1920
],
2021
"scripts": {
2122
"lint": "eslint ./src ./examples",

0 commit comments

Comments
 (0)