diff --git a/composer.json b/composer.json index 6baa46d6d..e27f327c4 100644 --- a/composer.json +++ b/composer.json @@ -112,8 +112,8 @@ "type:drupal-core" ], "web/libraries/{$name}": [ - "type:drupal-library", "type:bower-asset", + "type:drupal-library", "type:npm-asset" ], "web/modules/contrib/{$name}": [ @@ -129,9 +129,14 @@ "type:drupal-drush" ], "web/modules/custom/{$name}": [ + "type:drupal-custom-module", "type:drupal-custom-module" ], + "web/profiles/custom/{$name}": [ + "type:drupal-custom-profile" + ], "web/themes/custom/{$name}": [ + "type:drupal-custom-theme", "type:drupal-custom-theme" ] },