Skip to content

Commit dfc7bdc

Browse files
committed
package.json: pin Hugo version to 0.134.3
Newer versions fail with the following error: ``` WARN deprecated: data.GetJSON was deprecated in Hugo v0.123.0 and will be removed in a future release. use resources.Get or resources.GetRemote with transform.Unmarshal ``` Should be properly fixed in our code later and remove the version override that was added here
1 parent 5bc8738 commit dfc7bdc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"!.DS_Store"
4141
],
4242
"hugo-bin": {
43-
"buildTags": "extended"
43+
"buildTags": "extended",
44+
"version": "0.134.3"
4445
},
4546
"scripts": {
4647
"start": "npm run docs-serve",

0 commit comments

Comments
 (0)