Skip to content

Commit 9a7cab4

Browse files
author
Jim Merioles
authored
Fixes #26
1 parent 5893e0d commit 9a7cab4

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
@@ -27,7 +27,7 @@ public static function installAuth()
2727
protected static function updatePackageArray(array $packages)
2828
{
2929
return array_merge([
30-
'laravel-mix-purgecss' => '^1.0',
30+
'laravel-mix-purgecss' => '^2.0',
3131
'tailwindcss' => '>=0.5.1',
3232
], Arr::except($packages, [
3333
'bootstrap',

0 commit comments

Comments
 (0)