diff options
author | 2023-12-05 08:06:52 -0500 | |
---|---|---|
committer | 2023-12-05 08:06:52 -0500 | |
commit | 2e1d6792abc74e71e6efab65b796a7c85632a255 (patch) | |
tree | 3f2392733ac14492b2824bf28235f24eba219ef2 | |
parent | b4f3a8722ec27d12dc485f11a2dac6c682001304 (diff) | |
download | astro-2e1d6792abc74e71e6efab65b796a7c85632a255.tar.gz astro-2e1d6792abc74e71e6efab65b796a7c85632a255.tar.zst astro-2e1d6792abc74e71e6efab65b796a7c85632a255.zip |
Downgrade the tailwind integration for Astro 3/4 compat (#9309)
-rw-r--r-- | packages/integrations/tailwind/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index de681aac0..e372c5e70 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Use Tailwind CSS to style your Astro site", - "version": "6.0.0-beta.0", + "version": "5.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -43,7 +43,7 @@ "vite": "^5.0.0" }, "peerDependencies": { - "astro": "^4.0.0-beta.0", + "astro": "^3.0.0 || ^4.0.0", "tailwindcss": "^3.0.24" }, "publishConfig": { |