From 469ac701177b3eec24f0dd64a860ed4a713287f1 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Fri, 11 Oct 2024 13:41:11 +0200 Subject: [PATCH] Included source maps in the published package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 740de86..e071f62 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "typescript": "^5.0.4" }, "files": [ - "lib/**/*.+(js|d.ts)!(*.map)" + "lib/**/*.+(js|d.ts)" ] }