1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2025-04-27 14:46:22 -04:00

Update dependencies and drop Node.js 8.x support

The package will still work, but Node.js 8.x is EOL since 31/12/2019.
This commit is contained in:
XhmikosR 2020-10-06 18:47:24 +03:00
parent 5f5000ba2e
commit 1baba77ce5
3 changed files with 621 additions and 603 deletions

View File

@ -1,6 +1,5 @@
language: node_js
node_js:
- "8"
- "10"
- "12"
- "14"

1217
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,8 +18,8 @@
},
"devDependencies": {
"bin-check": "^4.1.0",
"eslint": "^6.8.0",
"mocha": "^7.2.0"
"eslint": "^7.10.0",
"mocha": "^8.1.3"
},
"scripts": {
"eslint": "eslint .",
@ -33,7 +33,7 @@
"index.js"
],
"engines": {
"node": ">=8"
"node": ">=10"
},
"eslintConfig": {
"extends": "eslint:recommended",