Skip to content

Commit

Permalink
Upgrade to Hugo 0.92.2 and add NPM package name, etc (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Feb 18, 2022
1 parent 438b56d commit 4a7c5c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "docsy",
"version": "0.2.0-dev",
"repository": "github:google/docsy",
"scripts": {
"_docs": "cd userguide && npm run",
"docs-install": "cd userguide && npm install",
Expand All @@ -10,6 +13,6 @@
"submodule:update": "git submodule update --remote --recursive --depth 1"
},
"devDependencies": {
"hugo-extended": "0.92.1"
"hugo-extended": "0.92.2"
}
}

0 comments on commit 4a7c5c6

Please sign in to comment.