Skip to content

Commit 611f1f4

Browse files
authored
fix: include dist/utils/* files for distribution (#24)
Otherwise ts cannot find the typedefs for files in the utils folder. Fixes #23
1 parent e406359 commit 611f1f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"index.js",
2626
"to-string.js",
2727
"xor.js",
28-
"dist/*.ts",
29-
"dist/*.map",
30-
"dist/*.js",
28+
"dist/**/*.ts",
29+
"dist/**/*.map",
30+
"dist/**/*.js",
3131
"util/*.js"
3232
],
3333
"repository": {

0 commit comments

Comments
 (0)