Skip to content

Commit 1d9fcbb

Browse files
authored
Merge pull request #36 from thesbros/patch-1
Fixed typings (again)
2 parents 6ea3400 + 122199b commit 1d9fcbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
},
5151
"files": [
5252
"lib",
53-
"src"
53+
"src",
54+
"index.d.ts"
5455
],
5556
"scripts": {
5657
"build": "babel src --out-dir lib",

0 commit comments

Comments
 (0)