From 7a0210778ac36c00cc56e0ba9c0ff3deb6f9286e Mon Sep 17 00:00:00 2001 From: iameli-streams <136638730+iameli-streams@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:59:45 -0700 Subject: [PATCH] package.json: add `src` to the distribution --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index db2d892..69221fe 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "url": "git+https://github.com/electron/windows-installer.git" }, "files": [ + "src", "lib", "resources", "script",