Skip to content

Commit 891b4ca

Browse files
authored
Upgrade to Hugo 0.120.4, which include security patch (#246)
1 parent 2bf1cf1 commit 891b4ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"bugs": "https://github.com/google/docsy-example/issues",
1010
"spelling": "cSpell:ignore HTMLTEST precheck postbuild -",
1111
"scripts": {
12-
"_build": "npm run _hugo-dev",
12+
"_build": "npm run _hugo-dev --",
1313
"_check:links": "echo IMPLEMENTATION PENDING for check-links; echo",
1414
"_hugo": "hugo --cleanDestinationDir",
1515
"_hugo-dev": "npm run _hugo -- -e dev -DFE",
1616
"_serve": "npm run _hugo-dev -- --minify serve",
1717
"build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
1818
"build:production": "npm run _hugo -- --minify",
19-
"build": "npm run _build",
19+
"build": "npm run _build -- ",
2020
"check:links:all": "HTMLTEST_ARGS= npm run _check:links",
2121
"check:links": "npm run _check:links",
2222
"clean": "rm -Rf public/* resources",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"autoprefixer": "^10.4.14",
35-
"hugo-extended": "0.120.3",
35+
"hugo-extended": "0.120.4",
3636
"postcss-cli": "^10.1.0"
3737
}
3838
}

0 commit comments

Comments
 (0)