1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-26 04:25:21 -04:00

Hugo v0.69.2

This commit is contained in:
Jake Jarvis 2020-04-26 16:18:34 -04:00
parent 42d0565f27
commit 8b1ab32a01
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
3 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# <img src="https://raw.githubusercontent.com/gohugoio/gohugoioTheme/master/static/images/hugo-logo-wide.svg?sanitize=true" alt="Hugo" width="115"> via NPM [![CI status](https://github.com/jakejarvis/hugo-extended/workflows/Run%20tests/badge.svg)](https://github.com/jakejarvis/hugo-extended/actions) [![npm](https://img.shields.io/npm/v/hugo-extended?color=red)](https://www.npmjs.com/package/hugo-extended) [![Hugo v0.69.1](https://img.shields.io/badge/Hugo-v0.69.1-orange)](https://github.com/gohugoio/hugo) [![Dependabot](https://api.dependabot.com/badges/status?host=github&repo=jakejarvis/hugo-extended)](https://github.com/jakejarvis/hugo-extended/pulls?q=is%3Apr+label%3Adependencies)
# <img src="https://raw.githubusercontent.com/gohugoio/gohugoioTheme/master/static/images/hugo-logo-wide.svg?sanitize=true" alt="Hugo" width="115"> via NPM [![CI status](https://github.com/jakejarvis/hugo-extended/workflows/Run%20tests/badge.svg)](https://github.com/jakejarvis/hugo-extended/actions) [![npm](https://img.shields.io/npm/v/hugo-extended?color=red)](https://www.npmjs.com/package/hugo-extended) [![Hugo v0.69.2](https://img.shields.io/badge/Hugo-v0.69.2-orange)](https://github.com/gohugoio/hugo) [![Dependabot](https://api.dependabot.com/badges/status?host=github&repo=jakejarvis/hugo-extended)](https://github.com/jakejarvis/hugo-extended/pulls?q=is%3Apr+label%3Adependencies)
> Plug-and-play binary wrapper for [Hugo Extended](https://gohugo.io/), the awesomest static-site generator.

14
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "hugo-extended",
"version": "0.69.1",
"version": "0.69.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -90,9 +90,9 @@
"dev": true
},
"@types/node": {
"version": "13.13.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.2.tgz",
"integrity": "sha512-LB2R1Oyhpg8gu4SON/mfforE525+Hi/M1ineICEDftqNVTyFg1aRIeGuTvXAoWHc4nbrFncWtJgMmoyRvuGh7A==",
"version": "13.13.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.4.tgz",
"integrity": "sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==",
"dev": true
},
"@types/normalize-package-data": {
@ -1903,9 +1903,9 @@
}
},
"eslint-rule-docs": {
"version": "1.1.187",
"resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.187.tgz",
"integrity": "sha512-8ZNarJWjP6N9OjI/eWc/WVRKlf1vBFTFLD48emA1RBnbl13H+LsB3hC1PO805lNbnT+XIU9Sga9hSI9dZl5ICA==",
"version": "1.1.188",
"resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.188.tgz",
"integrity": "sha512-fNlK5bAgbRlR3ddetZ9wfLrVtFkAawg/mVIv6+CekwEGxaKDF7myWDFpxGhumkQmrl+TpSOMAhUPw+/TNT6A+Q==",
"dev": true
},
"eslint-scope": {

View File

@ -1,7 +1,7 @@
{
"name": "hugo-extended",
"version": "0.69.1",
"hugoVersion": "0.69.1",
"version": "0.69.2",
"hugoVersion": "0.69.2",
"description": "Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
"homepage": "https://github.com/jakejarvis/hugo-extended#readme",
"license": "MIT",