Fix The "extra.asset-installer-paths" option is deprecated (#121)
This commit is contained in:
parent
465c00a8ea
commit
56ea7f9699
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user