Skip to content

Commit e6fb332

Browse files
authored
Update configDependencies description (SchemaStore#4680)
Co-authored-by: btea <[email protected]>
1 parent 3c43cbf commit e6fb332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
},
205205
"configDependencies": {
206206
"type": "object",
207-
"description": "Configurational dependencies are installed before all the other types of dependencies (before 'dependencies', 'devDependencies', 'optionalDependencies')."
207+
"description": "Config dependencies allow you to share and centralize configuration files, settings, and hooks across multiple projects. They are installed before all regular dependencies ('dependencies', 'devDependencies', 'optionalDependencies'), making them ideal for setting up custom hooks, patches, and catalog entries."
208208
},
209209
"auditConfig": {
210210
"type": "object",

0 commit comments

Comments
 (0)