1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 11:35:58 -04:00

stop testing against deprecated gohugoio/hugoBasicExample site (#165)

This commit is contained in:
2024-02-21 10:20:39 -05:00
committed by GitHub
parent adf87d575e
commit 9ae6c38029
4 changed files with 226 additions and 220 deletions
+3 -3
View File
@@ -33,9 +33,9 @@
},
"devDependencies": {
"@jakejarvis/eslint-config": "*",
"del": "^7.0.0",
"eslint": "^8.41.0",
"mocha": "^10.2.0"
"del": "^7.1.0",
"eslint": "^8.56.0",
"mocha": "^10.3.0"
},
"scripts": {
"postinstall": "node postinstall.js",