From 7046828f583a6bce023d2a998c328e5d10c1f923 Mon Sep 17 00:00:00 2001 From: Robin Schreiber Date: Tue, 10 Dec 2024 16:26:13 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9D=84=EF=B8=8F:=20add=20rollup=20native=20b?= =?UTF-8?q?uild=20for=20linux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lively.freezer/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lively.freezer/package.json b/lively.freezer/package.json index 2e7d96570..fdb54642e 100644 --- a/lively.freezer/package.json +++ b/lively.freezer/package.json @@ -13,7 +13,8 @@ "google-closure-compiler-osx": "^20200927.0.0", "wasm-brotli": "1.0.2", "rollup": "4.27.3", - "@rollup/rollup-darwin-arm64": "4.27.3", + "@rollup/rollup-linux-x64-gnu": "4.28.1", + "@rollup/rollup-darwin-arm64": "4.28.1", "css": "3.0.0", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-json": "6.0.0",