Skip to content

Commit

Permalink
Update package.json files property (#22)
Browse files Browse the repository at this point in the history
Required to actually publish `types.d.ts` to NPM registry.

Thanks!
  • Loading branch information
peterblazejewicz authored Sep 14, 2022
1 parent 6f4ab59 commit bf7c9ad
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 @@ -19,7 +19,8 @@
"test": "xo && ava"
},
"files": [
"index.js"
"index.js",
"types.d.ts"
],
"keywords": [
"express",
Expand Down

0 comments on commit bf7c9ad

Please sign in to comment.