Skip to content

Commit

Permalink
Merge pull request #50 from claudiodekker/fix-install-command
Browse files Browse the repository at this point in the history
[1.x] Fix unexpected ':' in key-value array
  • Loading branch information
driesvints authored Feb 18, 2021
2 parents 71f0611 + 2676065 commit 2dc9adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected function installInertiaStack()
return [
'@inertiajs/inertia' => '^0.8.4',
'@inertiajs/inertia-vue3' => '^0.3.5',
'@inertiajs/progress': '^0.2.4',
'@inertiajs/progress' => '^0.2.4',
'@tailwindcss/forms' => '^0.2.1',
'@vue/compiler-sfc' => '^3.0.5',
'autoprefixer' => '^10.2.4',
Expand Down

0 comments on commit 2dc9adb

Please sign in to comment.