hugo-extended 0.110.0 → 0.111.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,7 +10,7 @@ npm install hugo-extended --save-dev
10
10
  yarn add hugo-extended --dev
11
11
  ```
12
12
 
13
- `hugo-extended` defaults to the [extended version](https://gohugo.io/troubleshooting/faq/#i-get-tocss--this-feature-is-not-available-in-your-current-hugo-version) of Hugo on [supported platforms](https://github.com/gohugoio/hugo/releases), and automatically falls back to vanilla Hugo if unsupported (mainly on 32-bit systems).
13
+ `hugo-extended` defaults to the [extended version](https://gohugo.io/troubleshooting/faq/#i-get--this-feature-is-not-available-in-your-current-hugo-version) of Hugo on [supported platforms](https://github.com/gohugoio/hugo/releases), and automatically falls back to vanilla Hugo if unsupported (mainly on 32-bit systems).
14
14
 
15
15
  This package's version numbers align with Hugo's — `hugo-extended@0.64.1` installs Hugo v0.64.1, for example.
16
16
 
package/lib/install.js CHANGED
@@ -53,7 +53,7 @@ async function install() {
53
53
  // return the full path to our Hugo binary
54
54
  return installedToPath;
55
55
  } catch (error) {
56
- // pass whatever error occured along the way to console
56
+ // pass whatever error occurred along the way to console
57
57
  console.error(`${logSymbols.error} Hugo installation failed. :(`);
58
58
  throw error;
59
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hugo-extended",
3
- "version": "0.110.0",
3
+ "version": "0.111.0",
4
4
  "description": "✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/jakejarvis/hugo-extended",
@@ -34,8 +34,8 @@
34
34
  "devDependencies": {
35
35
  "@jakejarvis/eslint-config": "*",
36
36
  "del": "^6.1.1",
37
- "eslint": "^8.27.0",
38
- "mocha": "^9.2.2"
37
+ "eslint": "^8.35.0",
38
+ "mocha": "^10.2.0"
39
39
  },
40
40
  "scripts": {
41
41
  "postinstall": "node postinstall.js",