From 8f6ae25b99bf318eb24feec93ab73640fb4c0a17 Mon Sep 17 00:00:00 2001 From: Jacob Bogers Date: Sat, 15 Jun 2024 14:30:42 +0200 Subject: [PATCH] pnpm does not work for me another try with calling prettier directly --- src/routes/packages/packages.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 2585da452..b96af3bb2 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -3026,9 +3026,6 @@ "repository": "https://github.com/jacobbogers/svelte-remove-attributes", "description": "svelte preprocessor to remove attributes (like data-testid) from builds", "npm": "svelte-remove-attributes", - "categories": [ - "styling-and-layout", - "build-plugins" - ] - } + "categories": ["styling-and-layout", "build-plugins"] + } ]