Skip to content

Commit

Permalink
Merge pull request #6 from deining/contrib
Browse files Browse the repository at this point in the history
Fix typo, bump to Spruce v2.7.0
  • Loading branch information
bep committed Apr 15, 2021
2 parents 201cda1 + 800ce91 commit 4da8870
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" "-" }}
Expand Down
2 changes: 1 addition & 1 deletion spruce/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions spruce/go.sum
Original file line number Diff line number Diff line change
@@ -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=

0 comments on commit 4da8870

Please sign in to comment.