We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7b517 commit edde710Copy full SHA for edde710
composer.json
@@ -17,10 +17,6 @@
17
"demo_commerce": {
18
"type": "vcs",
19
"url": "https://github.com/drupalcommerce/demo_commerce"
20
- },
21
- "asset-packagist": {
22
- "type": "composer",
23
- "url": "https://asset-packagist.org"
24
}
25
},
26
"config": {
@@ -85,18 +81,12 @@
85
81
"web-root": "web/"
86
82
87
83
88
- "installer-types": [
89
- "bower-asset",
90
- "npm-asset"
91
- ],
92
84
"installer-paths": {
93
"web/core": [
94
"type:drupal-core"
95
],
96
"web/libraries/{$name}": [
97
- "type:drupal-library",
98
- "type:bower-asset",
99
- "type:npm-asset"
+ "type:drupal-library"
100
101
"web/modules/contrib/{$name}": [
102
"type:drupal-module"
0 commit comments