Skip to content

Commit

Permalink
Do not ignore types folder when publishing (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonagam authored and daffl committed Sep 4, 2019
1 parent cc5ade4 commit 167c437
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 @@ -36,7 +36,8 @@
"main": "lib/",
"types": "types",
"files": [
"lib"
"lib",
"types"
],
"scripts": {
"prepare": "npm run compile",
Expand Down

0 comments on commit 167c437

Please sign in to comment.