site/package.json: update Hugo

Only used on local development workflows (GitHub Actions uses its
own Hugo task that always has the latest version).
This commit is contained in:
Alan Orth 2022-01-30 12:35:14 +03:00
parent 18c6560b58
commit 86ae899f3e

View File

@ -11,7 +11,7 @@
"build": "npm run build:css && npm run build:js && npm run clean && npm run copy:icons && npm run build:site",
"clean": "rm assets/css/*.css.tmp assets/css/*.css.tmp.map",
"copy:icons": "cp node_modules/bootstrap-icons/icons/file-earmark-code.svg node_modules/bootstrap-icons/icons/file-earmark-spreadsheet.svg assets/icons",
"postinstall": "hugo-installer --version 0.91.2",
"postinstall": "hugo-installer --version 0.92.1",
"server": "./bin/hugo/hugo serve"
},
"keywords": [