Skip to content

Commit

Permalink
Update files glob in package.json to include types in package
Browse files Browse the repository at this point in the history
See #74
  • Loading branch information
robertknight committed Apr 24, 2024
1 parent 1712a40 commit c7042a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"xorshift": "^1.2.0"
},
"files": [
"dist/*.js",
"dist/*.js.map"
"dist/**"
],
"scripts": {
"build-prod": "webpack --mode production && yarn types",
Expand Down

0 comments on commit c7042a7

Please sign in to comment.