1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-11-17 08:30:51 -05:00

Hugo v0.83.0

This commit is contained in:
2021-05-01 09:13:22 -04:00
parent cd2cb897e0
commit 5f51070c8d
2 changed files with 438 additions and 404 deletions

838
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "hugo-extended", "name": "hugo-extended",
"version": "0.82.1", "version": "0.83.0",
"description": "Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.", "description": "Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
"license": "MIT", "license": "MIT",
"author": { "author": {
@@ -38,7 +38,7 @@
"devDependencies": { "devDependencies": {
"bin-check": "^4.1.0", "bin-check": "^4.1.0",
"mocha": "^8.3.2", "mocha": "^8.3.2",
"xo": "^0.38.2" "xo": "^0.39.1"
}, },
"scripts": { "scripts": {
"postinstall": "node lib/install.js", "postinstall": "node lib/install.js",