Skip to content

Commit

Permalink
Add installer path for recipes (type:drupal-recipe)
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jan 16, 2025
1 parent 2a8da32 commit 7a2cc86
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@
"public/libraries/{$name}": ["type:drupal-library", "type:bower-asset", "type:npm-asset"],
"public/modules/contrib/{$name}": ["type:drupal-module"],
"public/modules/custom/{$name}": ["type:drupal-module-custom"],
"public/profiles/{$name}": ["type:drupal-profile"],
"public/profiles/contrib/{$name}": ["type:drupal-profile"],
"public/themes/contrib/{$name}": ["type:drupal-theme"],
"public/themes/custom/{$name}": ["type:drupal-theme-custom"],
"drush/Commands/{$name}": ["type:drupal-drush"]
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
"recipes/{$name}": ["type:drupal-recipe"]
}
},
"repositories": [
Expand Down

0 comments on commit 7a2cc86

Please sign in to comment.