Skip to content

Commit

Permalink
adds typings to files
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Jul 25, 2019
1 parent 108f0e7 commit 050b635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"files": [
"src/**/*.js",
"src/**/*.json"
"src/**/*.json",
"types.d.ts"
],
"scripts": {
"publish": "parcel build docs/index.html",
Expand Down

0 comments on commit 050b635

Please sign in to comment.