fix remove-darkmode script

This commit is contained in:
Somrat
2025-03-17 09:53:25 +06:00
parent b9809a22d1
commit f250563a4b
3 changed files with 29 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"author": "zeon.studio",
"scripts": {
@@ -19,12 +19,12 @@
"format": "prettier -w ."
},
"devDependencies": {
"@tailwindcss/cli": "^4.0.9",
"@tailwindcss/cli": "^4.0.14",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.9"
"tailwindcss": "^4.0.14"
}
}