Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-jslibs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-04-15 20:50:51 +0300
committerGitHub <noreply@github.com>2021-04-15 20:50:51 +0300
commit4da8870bdd6a16c819f7c1a41a82e6c50d9ddfb4 (patch)
tree07b401654e9e412bc325ac3dc2a2770d02aff7f2
parent201cda19c9f9056bf5fb1aae30e8f923d42a2ac4 (diff)
parent800ce9195b3d7e529c9dc86382ddebe5cfac6692 (diff)
Merge pull request #6 from deining/contribspruce/v0.2.0
Fix typo, bump to Spruce v2.7.0
-rw-r--r--README.md2
-rw-r--r--spruce/go.mod2
-rw-r--r--spruce/go.sum4
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=