From 800ce9195b3d7e529c9dc86382ddebe5cfac6692 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Thu, 15 Apr 2021 02:05:12 +0200 Subject: [PATCH] Fix typo, bump to Spruce v2.7.0 --- README.md | 2 +- spruce/go.mod | 2 +- spruce/go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2622dd..83bf4fb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Hugo has great support for [JavaScript building](https://gohugo.io/hugo-pipes/js * The dependencies can be vendored (`hugo mod vendor`) to make your site truly standalone. * ... -To use AlpineJS with Turbolinks you can just import the modules into your config and then add this to youer `head` +To use AlpineJS with Turbolinks you can just import the modules into your config and then add this to your `head` ``` {{ partialCached "jslibs/alpinejs/script-src.html" "-" }} diff --git a/spruce/go.mod b/spruce/go.mod index ab0084e..4f086d1 100644 --- a/spruce/go.mod +++ b/spruce/go.mod @@ -2,4 +2,4 @@ module github.com/gohugoio/hugo-mod-jslibs/spruce go 1.15 -require github.com/ryangjchandler/spruce v2.6.4+incompatible // indirect +require github.com/ryangjchandler/spruce v2.7.0+incompatible // indirect diff --git a/spruce/go.sum b/spruce/go.sum index f6a06bc..3cb223e 100644 --- a/spruce/go.sum +++ b/spruce/go.sum @@ -1,2 +1,2 @@ -github.com/ryangjchandler/spruce v2.6.4+incompatible h1:zsakUAAkr9NOkEYTzbjI3FL+1Fc3a6Q7BDzom+Bgl9g= -github.com/ryangjchandler/spruce v2.6.4+incompatible/go.mod h1:pERscuhekU9NhSgrY8l7/0nLN1rBGBVnpvkMrVwGAZU= +github.com/ryangjchandler/spruce v2.7.0+incompatible h1:rEfqFfhBWgo0yw0eNXL15R4R4Inxm3P6hH+CSRhtvww= +github.com/ryangjchandler/spruce v2.7.0+incompatible/go.mod h1:pERscuhekU9NhSgrY8l7/0nLN1rBGBVnpvkMrVwGAZU=