Skip to content

Commit 3f1efbd

Browse files
MikletKent C. Dodds
authored and
Kent C. Dodds
committed
fix(TypeScript): add missing 'typings' folder to files property (#9)
1 parent 213055a commit 3f1efbd

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
@@ -19,7 +19,8 @@
1919
"precommit": "kcd-scripts precommit"
2020
},
2121
"files": [
22-
"dist"
22+
"dist",
23+
"typings"
2324
],
2425
"keywords": [],
2526
"author": "Kent C. Dodds <[email protected]> (http://kentcdodds.com/)",

0 commit comments

Comments
 (0)