Skip to content

Commit

Permalink
Reverting custom package types
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianOfTarth committed May 18, 2019
1 parent 86717c5 commit b4d480f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,16 @@
"web/profiles/{$name}": ["type:drupal-profile"],
"installer-types": [
"npm-asset",
"bower-asset",
"d324-drupal-module",
"d324-drupal-theme"
"bower-asset"
],
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/profiles/{$name}": ["type:drupal-profile"],
"web/themes/d324/{$name}": ["name:t324inc/d324theme"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/modules/d324/{$name}": ["type:d324-drupal-module"],
"web/modules/d324/{$name}": ["vendor:t324inc"],
"web/modules/custom/{$name}": ["type:custom-drupal-module"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"web/themes/d324/{$name}": ["type:d324-drupal-theme"],
"web/themes/custom/{$name}": ["type:custom-drupal-theme"],
"web/libraries/slick": ["npm-asset/slick-carousel"],
"web/libraries/{$name}": [
Expand Down

0 comments on commit b4d480f

Please sign in to comment.