Skip to content

Commit d9c0faa

Browse files
Merge pull request #92 from benvilliere/master
Upgraded tailwindcss to ^1.2 and laravel mix to ^5.0
2 parents 2f22790 + 218a429 commit d9c0faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TailwindCssPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function installAuth()
3030
protected static function updatePackageArray(array $packages)
3131
{
3232
return array_merge([
33-
'laravel-mix' => '^4.0.14',
33+
'laravel-mix' => '^5.0.1',
3434
'laravel-mix-purgecss' => '^4.1',
3535
'laravel-mix-tailwind' => '^0.1.0',
3636
'tailwindcss' => '^1.0',

0 commit comments

Comments
 (0)