From 0988707745ff01f410c4e98ebcac868a68a48e4c Mon Sep 17 00:00:00 2001 From: Moshe Brevda Date: Mon, 19 Dec 2022 12:16:22 +0200 Subject: [PATCH] include sourcemaps in package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8855af46..5c114ce7 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ }, "files": [ "index.js", + "index.js.map", "tools/tty.js", "LICENSE" ],