Updated readme

This commit is contained in:
David Bomba 2023-11-19 20:44:35 +11:00
parent 7553e9766b
commit bc5f9c1b8a

View File

@ -142,8 +142,7 @@
} }
}, },
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [],
],
"post-update-cmd": [ "post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force" "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
], ],
@ -173,4 +172,4 @@
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true
} }