Skip to content

Commit

Permalink
Add types to files list in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fuafa committed Mar 7, 2019
1 parent 06631cf commit 4e76078
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 @@ -12,7 +12,8 @@
"typings": "types/index.d.ts",
"files": [
"dist",
"src"
"src",
"types"
],
"scripts": {
"prepublishOnly": "npm test && npm run build",
Expand Down

0 comments on commit 4e76078

Please sign in to comment.