Skip to content

Commit 2572dfd

Browse files
committedSep 30, 2017
Fix build.
1 parent c943aa7 commit 2572dfd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@
2525
"drupal/core": "~8",
2626
"drupal/bootstrap": "~3"
2727
},
28-
"conflict": {
29-
"drupal/drupal": "*"
30-
},
3128
"repositories": [
3229
{
3330
"type": "composer",
3431
"url": "https://packages.drupal.org/8"
3532
}
3633
],
37-
"extra": {
38-
"installer-paths": {
39-
"build/core": ["type:drupal-core"]
34+
"extra": {
35+
"installer-paths": {
36+
"build/core": ["type:drupal-core"],
37+
"build/modules/contrib/{$name}": ["type:drupal-module"],
38+
"build/profiles/contrib/{$name}": ["type:drupal-profile"],
39+
"build/themes/contrib/{$name}": ["type:drupal-theme"]
40+
}
4041
}
41-
}
4242
}

0 commit comments

Comments
 (0)
Please sign in to comment.