hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit b3c825756f3251f8b26e53262f9d6f484aecf750
parent 5146dc614fc45df698ebf890af06421dea988c96
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Tue, 21 Apr 2020 16:44:35 +0200

Fix broken test

Diffstat:
Mhugolib/resource_chain_test.go | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hugolib/resource_chain_test.go b/hugolib/resource_chain_test.go
@@ -860,8 +860,8 @@ func TestResourceChainPostCSS(t *testing.T) {
   "scripts": {},
 
   "devDependencies": {
-    "postcss-cli": "^7.1.0",
-    "tailwindcss": "^1.2"
+    "postcss-cli": "7.1.0",
+    "tailwindcss": "1.2.0"
   }
 }
 `