Skip to content

Commit

Permalink
Merge pull request #135 from kevinmarrec/fix-npm-include-types
Browse files Browse the repository at this point in the history
fix: Include Types in NPM bundle
  • Loading branch information
paulgv committed Oct 11, 2018
2 parents 7ba1a7a + fc67f4e commit 5993e99
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 5993e99

Please sign in to comment.