From a5fefa5932d652208560e4af2991da3b63c21460 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 2 Jan 2023 22:00:11 -0800 Subject: [PATCH] shared: Remove js source from distributed package. Signed-off-by: Anders Kaseorg --- static/shared/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/static/shared/package.json b/static/shared/package.json index 49cf363953..936c2688c4 100644 --- a/static/shared/package.json +++ b/static/shared/package.json @@ -16,7 +16,6 @@ }, "files": [ "icons", - "js", "lib" ] }