From a7802f842522aa67241c227b8803fcd08b6ccff9 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Wed, 9 Nov 2022 09:50:13 +0100 Subject: [PATCH] Include source map files in packed files --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index daf985c..66794bb 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,9 @@ "files": [ "lib/**/*.d.ts", "lib/**/*.js", + "lib/**/*.js.map", "index.d.ts", + "index.js.map", "index.js" ], "dependencies": {