Skip to content

Commit cd5f8ac

Browse files
authored
Updated tailwind package version to 0.4.0
1 parent 315a781 commit cd5f8ac

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 [
30-
'tailwindcss' => '^0.3.0',
30+
'tailwindcss' => '^0.4.0',
3131
] + Arr::except($packages, ['bootstrap-sass', 'jquery']);
3232
}
3333

0 commit comments

Comments
 (0)