Skip to content

Commit

Permalink
fix(TypeScript): add missing 'typings' folder to files property (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miklet authored and Kent C. Dodds committed Mar 20, 2018
1 parent 213055a commit 3f1efbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -19,7 +19,8 @@
"precommit": "kcd-scripts precommit"
},
"files": [
"dist"
"dist",
"typings"
],
"keywords": [],
"author": "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
Expand Down

0 comments on commit 3f1efbd

Please sign in to comment.