Skip to content

Commit

Permalink
fix: Include Types in NPM bundle (when published)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin committed Oct 10, 2018
1 parent 7ba1a7a commit fc67f4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -30,7 +30,8 @@
"src/plugins/*.*"
],
"files": [
"src"
"src",
"types/index.d.ts"
],
"jest": {
"testEnvironment": "node",
Expand Down

0 comments on commit fc67f4e

Please sign in to comment.