summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-06 23:42:29 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-06 23:54:22 +0200
commit77430b04e43a2914eb40e562a563a6dd291650d7 (patch)
tree9b58320f94dd098f7aa0d2d9df2ccdbd6ad93234 /package.json
parent24beaf1f0b16caf5dcf41d7b8ad71664ef3185ec (diff)
downloadgohugo-theme-ed-77430b04e43a2914eb40e562a563a6dd291650d7.tar.gz
Correct editorconfig-checker version declaration
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7aa3bef..e2e1c29 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"lint:js": "eslint static/js/* assets/js/* eslint.config.js"
},
"devDependencies": {
- "editorconfig-checker": "^5.1.2",
+ "editorconfig-checker": "^5.1.5",
"eslint": "^9.0.0"
}
}