From 234243e3e25594b60a382748fba3013051a469fd Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sat, 10 Feb 2024 19:42:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 15 ++++++++++++++- package.json | 1 + 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index d8325d9..090b111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/mdx": "^2.1.1", "@expressive-code/plugin-shiki": "^0.32.4", "@microflash/remark-callout-directives": "^2.0.0", - "@rollup/rollup-linux-x64-gnu": "*", + "@minify-html/node-linux-x64": "*", "astro": "^4.2.6", "astro-expressive-code": "^0.32.4", "astro-icon": "^1.1.0", @@ -34,6 +34,7 @@ "@iconify-json/mdi": "^1.1.64" }, "optionalDependencies": { + "@minify-html/node-linux-x64": "^0.15.0", "@rollup/rollup-linux-x64-gnu": "^4.10.0" } }, @@ -1192,6 +1193,18 @@ "@minify-html/node-win32-x64": "0.15.0" } }, + "node_modules/@minify-html/node-linux-x64": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/@minify-html/node-linux-x64/-/node-linux-x64-0.15.0.tgz", + "integrity": "sha512-cO893EV6O9ZHUFX+2Yge546OCo/eCiatjzJDmUmrPP56fQ7pzTRquHs4ko3t8Rg6tMKG7RT49mBuF09JWPnrgg==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/@minify-html/node-win32-x64": { "version": "0.15.0", "cpu": [ diff --git a/package.json b/package.json index bca8eab..6d94ac7 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,7 @@ "@iconify-json/mdi": "^1.1.64" }, "optionalDependencies": { + "@minify-html/node-linux-x64": "^0.15.0", "@rollup/rollup-linux-x64-gnu": "^4.10.0" } }