From 4c562784b5be4d6065b6f5ca0b3e59e19a16bf75 Mon Sep 17 00:00:00 2001 From: rwv <7891383+rwv@users.noreply.github.com> Date: Wed, 31 Jul 2024 01:13:37 +0800 Subject: [PATCH] fix: include `src` in npm package to enable source map (#21) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ada153..8f4ee91 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "url": "https://github.com/rwv/workbox-add-integrity/issues" }, "files": [ - "lib" + "lib", + "src" ] }