From 611f1f4d39604ffb1884bc611c28d971e0e69a77 Mon Sep 17 00:00:00 2001 From: Mircea Nistor Date: Tue, 27 Jul 2021 17:26:35 +0200 Subject: [PATCH] fix: include dist/utils/* files for distribution (#24) Otherwise ts cannot find the typedefs for files in the utils folder. Fixes #23 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0a2a248..795deca 100644 --- a/package.json +++ b/package.json @@ -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": {