hugo-bin-extended 0.105.0 → 0.109.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 +1 -5
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# hugo-bin-extended [](https://www.npmjs.com/package/hugo-bin-extended) [](https://www.npmjs.com/package/hugo-bin-extended) [](https://github.com/MarlonLuan/hugo-bin-extended/actions?query=workflow%3ACI+branch%3Amain)
|
|
2
2
|
|
|
3
3
|
> Binary wrapper for [Hugo](https://gohugo.io/)
|
|
4
4
|
|
|
@@ -94,10 +94,6 @@ Default: `"https://github.com"`
|
|
|
94
94
|
|
|
95
95
|
Set it to your corporate proxy url to download the hugo binary from a different download repository.
|
|
96
96
|
|
|
97
|
-
## Supported versions
|
|
98
|
-
|
|
99
|
-
See [the package.json commit history](MarlonLuan/hugo-bin-extended/commits/main/package.json).
|
|
100
|
-
|
|
101
97
|
## Super Inspired By
|
|
102
98
|
|
|
103
99
|
- [mastilver/apex-bin](https://github.com/mastilver/apex-bin)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hugo-bin-extended",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"hugoVersion": "0.
|
|
3
|
+
"version": "0.109.0",
|
|
4
|
+
"hugoVersion": "0.109.0",
|
|
5
5
|
"description": "Binary wrapper for Hugo Extended",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"bin-check": "^4.1.0",
|
|
29
|
-
"eslint": "^8.
|
|
29
|
+
"eslint": "^8.29.0",
|
|
30
30
|
"uvu": "^0.5.6"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|