Skip to content

Commit

Permalink
Adds libraries support
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Jankowski authored Jul 9, 2018
1 parent 7ba4911 commit dcf2cfd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"drupal/simple_block": "^1.0@beta",
"drush/drush": "~8",
"rvtraveller/qs-composer-installer": "^1.1",
"webflo/drupal-core-strict": "^8"
"webflo/drupal-core-strict": "^8",
"oomphinc/composer-installers-extender": "^1.1"
},
"require-dev": {
"mikey179/vfsstream": "^1.2",
Expand Down Expand Up @@ -73,6 +74,10 @@
]
},
"extra": {
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": [
Expand Down

0 comments on commit dcf2cfd

Please sign in to comment.