Skip to content

Commit

Permalink
Revert unnecessary tailwindcss version bump and changed laravel-mix t…
Browse files Browse the repository at this point in the history
…o be the same as in L7 package.json
  • Loading branch information
benvilliere committed Mar 18, 2020
1 parent 737bcda commit 218a429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TailwindCssPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ public static function installAuth()
protected static function updatePackageArray(array $packages)
{
return array_merge([
'laravel-mix' => '^5.0',
'laravel-mix' => '^5.0.1',
'laravel-mix-purgecss' => '^4.1',
'laravel-mix-tailwind' => '^0.1.0',
'tailwindcss' => '^1.2',
'tailwindcss' => '^1.0',
'@tailwindcss/custom-forms' => '^0.2',
], Arr::except($packages, [
'bootstrap',
Expand Down

0 comments on commit 218a429

Please sign in to comment.