Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WCMS
uw_base_profile
Commits
bbec9ebc
Commit
bbec9ebc
authored
Sep 03, 2020
by
Eric Bremner
Browse files
Updating composer to use new libaray naming
parent
b6fa1ba0
Changes
1
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
bbec9ebc
...
...
@@ -165,11 +165,11 @@
"installer-types"
:
[
"wcms-module"
,
"wcms-theme"
,
"
drupal-library
"
"
wcms-lib
"
],
"installer-paths"
:
{
"../../core"
:
[
"type:drupal-core"
],
"libraries/{$name}"
:
[
"type:
drupal-library
"
],
"libraries/{$name}"
:
[
"type:
wcms-lib
"
],
"modules/features/{$name}"
:
[
"type:wcms-module"
],
"modules/contrib/{$name}"
:
[
"type:drupal-module"
],
"themes/{$name}"
:
[
"type:wcms-theme"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment