Skip to content

Commit 122199b

Browse files
author
Oden
authored
Fixed typings (again)
Fixing javivelasco#32 broke typings. `index.d.ts` was not included in `files`.
1 parent 6ea3400 commit 122199b

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
@@ -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)