Skip to content

Commit

Permalink
fix: include dist/utils/* files for distribution (#24)
Browse files Browse the repository at this point in the history
Otherwise ts cannot find the typedefs for files in the utils folder.

Fixes #23
  • Loading branch information
mirceanis committed Jul 27, 2021
1 parent e406359 commit 611f1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"index.js",
"to-string.js",
"xor.js",
"dist/*.ts",
"dist/*.map",
"dist/*.js",
"dist/**/*.ts",
"dist/**/*.map",
"dist/**/*.js",
"util/*.js"
],
"repository": {
Expand Down

0 comments on commit 611f1f4

Please sign in to comment.