diff --git a/package-lock.json b/package-lock.json index 5566e91a..ac3561c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,6 +32,11 @@ }, "peerDependencies": { "tailwindcss": "^3.3.2" + }, + "peerDependenciesMeta": { + "tailwindcss": { + "optional": true + } } }, "node_modules/@alloc/quick-lru": { diff --git a/package.json b/package.json index 1add55c5..b1fe90b9 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,11 @@ "peerDependencies": { "tailwindcss": "^3.3.2" }, + "peerDependenciesMeta": { + "tailwindcss": { + "optional": true + } + }, "dependencies": { "fast-glob": "^3.2.5", "postcss": "^8.4.4"