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:
+1
-1
@@ -54,7 +54,7 @@
|
|||||||
"undici": "^7.24.3"
|
"undici": "^7.24.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-forge": "^1.4.0"
|
"node-forge": "^1.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@headlamp-k8s/eslint-config": "^0.6.0",
|
"@headlamp-k8s/eslint-config": "^0.6.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user