Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit c544d9f

Browse files
greylabelgrasmash
authored andcommitted
1183: Add name property to installer-paths for type:drupal-library. (#1184)
1 parent 1f291a7 commit c544d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"docroot/themes/custom/{$name}": [
7575
"type:drupal-custom-theme"
7676
],
77-
"docroot/libraries": [
77+
"docroot/libraries/{$name}": [
7878
"type:drupal-library"
7979
],
8080
"drush/contrib/{$name}": [

0 commit comments

Comments
 (0)