Fix package.json formatting - restore proper indentation

The package.json was accidentally minified to a single line. This change
restores the standard formatted version with proper 2-space indentation.
This commit is contained in:
Gandalf the Greybeard
2026-04-15 00:09:12 +00:00
parent e05423f853
commit af87036ef0
+1 -1
View File
@@ -54,7 +54,7 @@
"undici": "^7.24.3"
},
"dependencies": {
"node-forge": "^1.4.0"
"node-forge": "^1.3.1"
},
"devDependencies": {
"@headlamp-k8s/eslint-config": "^0.6.0",