Skip to content

Commit 3bea498

Browse files
committed
fix: drunomics recipes should stay in recipe folder
1 parent 768c301 commit 3bea498

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@
9696
"web/core": ["type:drupal-core"],
9797
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
9898
"web/themes/contrib/{$name}": ["type:drupal-theme"],
99+
"recipes/{$name}": ["type:drupal-recipe"],
99100
"web/libraries/{$name}/": ["type:drupal-library", "type:npm-asset", "type:bower-asset"],
100101
"tests/playwright/{$name}": ["type:playwright-helper"],
101102
"web/modules/drunomics/{$name}": ["vendor:drunomics"],
102-
"web/modules/contrib/{$name}": ["type:drupal-module"],
103-
"recipes/{$name}": ["type:drupal-recipe"]
103+
"web/modules/contrib/{$name}": ["type:drupal-module"]
104104
},
105105
"merge-plugin": {
106106
"include": [

0 commit comments

Comments
 (0)