From 27ba8c92b7c7d37f123f3cc3d90556665a5f8c8d Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Mon, 7 Oct 2024 16:40:22 +0200 Subject: [PATCH 1/2] fix: Make `tailwindcss` peer dependency optional --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index cc91b0f7..7c4511c5 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,11 @@ "peerDependencies": { "tailwindcss": "^3.4.0" }, + "peerDependenciesMeta": { + "tailwindcss": { + "optional": true + } + }, "dependencies": { "fast-glob": "^3.2.5", "postcss": "^8.4.4" From b2cd1248043546c47353ca4b18d9edfb9a01f0e6 Mon Sep 17 00:00:00 2001 From: Jan Amann Date: Mon, 7 Oct 2024 16:42:55 +0200 Subject: [PATCH 2/2] Reindent --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7c4511c5..9ae16a16 100644 --- a/package.json +++ b/package.json @@ -28,10 +28,10 @@ "peerDependencies": { "tailwindcss": "^3.4.0" }, - "peerDependenciesMeta": { - "tailwindcss": { - "optional": true - } + "peerDependenciesMeta": { + "tailwindcss": { + "optional": true + } }, "dependencies": { "fast-glob": "^3.2.5",