Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-jennings authored Jun 22, 2017
1 parent 4e35677 commit d689776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"php artisan optimize",
"php vendor/web-feet/coasterframework/updateAssets"
"php artisan coaster:update-assets"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"php artisan optimize",
"php vendor/web-feet/coasterframework/updateAssets"
"php artisan coaster:update-assets"
]
},
"config": {
Expand Down

0 comments on commit d689776

Please sign in to comment.