mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-04-26 04:25:21 -04:00
support node >=8
This commit is contained in:
parent
8bcbc1a248
commit
8dac927afa
@ -1,4 +1,4 @@
|
||||
# hugo-extended via NPM [](.github/workflows) [](https://www.npmjs.com/package/hugo-extended) [](https://github.com/gohugoio/hugo) [](https://github.com/jakejarvis/hugo-node/pulls?q=is%3Apr+label%3Adependencies)
|
||||
# hugo-extended via NPM [](.github/workflows) [](https://www.npmjs.com/package/hugo-extended) [](https://github.com/gohugoio/hugo) [](https://github.com/jakejarvis/hugo-node/pulls?q=is%3Apr+label%3Adependencies)
|
||||
|
||||
> Plug-and-play binary wrapper for [Hugo Extended](https://gohugo.io/), the awesomest static-site generator.
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
"postinstall": "rimraf vendor && node lib/install"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=8"
|
||||
},
|
||||
"files": [
|
||||
"lib/*.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user