Skip to content

Commit

Permalink
fix(package): make sure to include .d.ts files in published package
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jun 6, 2022
1 parent 4974692 commit 0f77134
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 @@ -25,7 +25,8 @@
},
"homepage": "https://thibaudcolas.github.io/draftjs-filters/",
"files": [
"dist/*.js"
"dist/*.js",
"dist/*.d.ts"
],
"browserslist": "> 1%, IE 11",
"jest": {
Expand Down

0 comments on commit 0f77134

Please sign in to comment.