Skip to content

Commit a5dbb29

Browse files
author
Jon Simonsen
committed
Add support for ramsalt-module
-Create the modules in modules/ramsalt instead of in a vendor directory
1 parent a1251c4 commit a5dbb29

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@
116116
"web/modules/custom/{$name}": [
117117
"type:drupal-custom-module"
118118
],
119+
"web/modules/ramsalt/{$name}": [
120+
"type:ramsalt-module"
121+
],
119122
"web/modules/ramsaltmedia/{$name}": [
120123
"type:ramsaltmedia-module"
121124
],
@@ -132,6 +135,7 @@
132135
"installer-types": [
133136
"bower-asset",
134137
"npm-asset",
138+
"ramsalt-module",
135139
"ramsaltmedia-module",
136140
"ramsaltmedia-theme"
137141
],

0 commit comments

Comments
 (0)