From 4616914fdcaa0bc300f4a6a9e213b7d78a707ca9 Mon Sep 17 00:00:00 2001 From: BernhardBaumrock Date: Thu, 26 Sep 2024 16:00:24 +0200 Subject: [PATCH] feat!: bump version to 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdabdac..8725315 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "tailwindcss": "^3.4" + "tailwindcss": "^3" }, "scripts": { "build": "npx tailwindcss -i site/templates/_tailwind.css -o site/templates/bundle/tailwind.css"