Skip to content

Commit

Permalink
Merge pull request #81 from zhzLuke96/master
Browse files Browse the repository at this point in the history
fix: include "/types" in npm package
  • Loading branch information
LoneRifle authored Mar 15, 2024
2 parents e9ddbfe + 5a759a0 commit 57c4967
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 57c4967

Please sign in to comment.