ENHANCEMENT Vendorise module and expose dist and images directory

This commit is contained in:
Raissa North 2018-01-29 16:07:07 +13:00
parent 6ce8871e87
commit f131daf5f5
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"blog",
"news"
],
"type": "silverstripe-module",
"type": "silverstripe-vendormodule",
"require": {
"silverstripe/cms": "^4.0",
"silverstripe/lumberjack": "^2.0",
@ -23,7 +23,8 @@
"dev-master": "3.0.x-dev"
},
"expose": [
"client/dist"
"client/dist",
"client/images"
]
},
"autoload": {