Skip to content

Commit

Permalink
Updated composer.json to include the latest configs from `drupal-pr…
Browse files Browse the repository at this point in the history
…oject`.
  • Loading branch information
AlexSkrypnyk committed Jun 6, 2024
1 parent 0853cb9 commit 28a2731
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}": [
Expand All @@ -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"
]
},
Expand Down

2 comments on commit 28a2731

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.