Skip to content

Commit

Permalink
Merge pull request #92 from benvilliere/master
Browse files Browse the repository at this point in the history
Upgraded tailwindcss to ^1.2 and laravel mix to ^5.0
  • Loading branch information
michaeldyrynda committed Mar 22, 2020
2 parents 2f22790 + 218a429 commit d9c0faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TailwindCssPreset.php
Expand Up @@ -30,7 +30,7 @@ public static function installAuth()
protected static function updatePackageArray(array $packages)
{
return array_merge([
'laravel-mix' => '^4.0.14',
'laravel-mix' => '^5.0.1',
'laravel-mix-purgecss' => '^4.1',
'laravel-mix-tailwind' => '^0.1.0',
'tailwindcss' => '^1.0',
Expand Down

0 comments on commit d9c0faa

Please sign in to comment.