Skip to content

Commit ddb81e5

Browse files
authored
Merge pull request #238 from wmhilton-contrib/publish-index.d.ts
publish missing index.d.ts file (fix #236)
2 parents 3acac0a + e2d9eea commit ddb81e5

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)