Skip to content

Commit 3a06503

Browse files
committedSep 28, 2018
fix(package): add missing types from index.d.ts
thanks for @husayt for noting this issue
1 parent 649722a commit 3a06503

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
@@ -22,7 +22,8 @@
2222
"files": [
2323
"lib",
2424
"src",
25-
"dist"
25+
"dist",
26+
"index.d.ts"
2627
],
2728
"jest": {
2829
"testEnvironment": "node",

0 commit comments

Comments
 (0)
Please sign in to comment.