Skip to content

Commit

Permalink
fix: include "/types" in npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Mar 15, 2024
1 parent e9ddbfe commit 5a759a0
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 @@ -9,7 +9,8 @@
},
"files": [
"/lib",
"/test"
"/test",
"/types"
],
"scripts": {
"lint": "eslint lib --cache",
Expand Down

0 comments on commit 5a759a0

Please sign in to comment.