tainacan-theme/composer.json

17 lines
351 B
JSON
Raw Normal View History

{
"repositories":[
{
"type":"composer",
"url":"https://wpackagist.org"
}
],
"require": {
"twbs/bootstrap": "4.0.0",
"wp-bootstrap/wp-bootstrap-navwalker": "*"
},
"scripts": {
"post-install-cmd": "bash install.sh",
"post-update-cmd": "bash install.sh"
}
}