From b1caef0f9707a2d0bad7af0c710a8aa626318661 Mon Sep 17 00:00:00 2001 From: jameswilddev Date: Tue, 28 May 2019 02:48:56 +0100 Subject: [PATCH] Removed *.js.map files from published packages as the corresponding *.ts files are not published and they are therefore useless (fixes #6). --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e64fe44..61cc4dd 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "files": [ "dist/**/*.js", "dist/**/*.d.ts", - "dist/**/**.js.map", "!dist/**/*.tests.*" ], "watch": {