Fix The "extra.asset-installer-paths" option is deprecated (#121)

This commit is contained in:
Andrey Subbota 2017-05-28 19:17:09 +04:00 committed by Alexander Makarov
parent 465c00a8ea
commit 56ea7f9699

View File

@ -29,7 +29,13 @@
"codeception/specify": "~0.4.3"
},
"config": {
"process-timeout": 1800
"process-timeout": 1800,
"fxp-asset":{
"installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
},
"scripts": {
"post-create-project-cmd": [
@ -48,10 +54,6 @@
"generateCookieValidationKey": [
"config/web.php"
]
},
"asset-installer-paths": {
"npm-asset-library": "vendor/npm",
"bower-asset-library": "vendor/bower"
}
}
}