Comparing version 0.122.2 to 0.122.3
{ | ||
"name": "hugo-bin", | ||
"version": "0.122.2", | ||
"hugoVersion": "0.125.2", | ||
"version": "0.122.3", | ||
"hugoVersion": "0.125.3", | ||
"description": "Binary wrapper for Hugo", | ||
@@ -24,2 +24,10 @@ "repository": { | ||
], | ||
"keywords": [ | ||
"binary", | ||
"executable", | ||
"hugo", | ||
"sass", | ||
"scss", | ||
"wrapper" | ||
], | ||
"license": "MIT", | ||
@@ -33,2 +41,10 @@ "type": "module", | ||
}, | ||
"files": [ | ||
"bin/cli.js", | ||
"lib/*.js", | ||
"index.js" | ||
], | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"dependencies": { | ||
@@ -52,10 +68,2 @@ "@xhmikosr/bin-wrapper": "^12.0.0", | ||
}, | ||
"files": [ | ||
"bin/cli.js", | ||
"lib/*.js", | ||
"index.js" | ||
], | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"xo": { | ||
@@ -62,0 +70,0 @@ "space": true, |
@@ -122,3 +122,4 @@ # hugo-bin [![npm version](https://img.shields.io/npm/v/hugo-bin?logo=npm&logoColor=fff)](https://www.npmjs.com/package/hugo-bin) [![Build Status](https://img.shields.io/github/actions/workflow/status/fenneclab/hugo-bin/ci.yml?branch=main&label=CI&logo=github)](https://github.com/fenneclab/hugo-bin/actions?query=workflow%3ACI+branch%3Amain) | ||
Default: `""` | ||
- Type: `string` | ||
- Default: `""` | ||
@@ -131,3 +132,4 @@ Set `buildTags` to `extended` to download the [extended version](https://github.com/gohugoio/hugo/releases/tag/v0.43) binary. | ||
Default: `"https://github.com"` | ||
- Type: `string` | ||
- Default: `"https://github.com"` | ||
@@ -138,5 +140,7 @@ Set it to your proxy URL to download the hugo binary from a different download repository. | ||
Default: the version specified in [package.json](package.json) | ||
- Type: `string` | ||
- Default: the version specified in [package.json](package.json) | ||
You can override the Hugo version here, but please note that if any of the URLs have changed upstream, you might not be able to use any version and you will probably need to update to a newer hugo-bin version which takes into consideration the new URLs. | ||
You can override the Hugo version here. Please note that if any of the URLs have changed upstream, you might not be able to use | ||
any version and you will probably need to update to a newer hugo-bin version which takes into consideration the new URLs. | ||
@@ -143,0 +147,0 @@ ## Supported Hugo versions |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12521
156