Skip to content

Commit c4e00dc

Browse files
author
adunn
committed
ss4upgrade: Fixed loading of resources in CMS
1 parent 35fe489 commit c4e00dc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
"silverstripe/framework": "^4",
1212
"silverstripe/cms": "^4"
1313
},
14-
"expose": [
15-
"css",
16-
"javascript"
17-
]
14+
"extra": {
15+
"expose": [
16+
"css",
17+
"javascript"
18+
]
19+
}
1820
}

0 commit comments

Comments
 (0)