Skip to content

Commit

Permalink
Upgrade Hugo to 0.101.0 (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jun 24, 2022
1 parent 9f55cf3 commit ecd4be8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
"cd:docs": "npm run _cd:docs -- npm run",
"docs-install": "npm run _cd:docs -- npm install",
"get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}",
"serve": "npm run cd:docs serve"
"serve": "npm run cd:docs serve",
"update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.6.1"
},
"devDependencies": {
"hugo-extended": "0.100.2"
"hugo-extended": "0.101.0"
}
}

0 comments on commit ecd4be8

Please sign in to comment.