Skip to content

Commit 0153624

Browse files
Merge pull request #4 from laravel-frontend-presets/pr-2
Bumps to 0.1.3
2 parents ad532cb + c63addd commit 0153624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Laravel front-end scaffolding preset for [Tailwind CSS](https://tailwindcss.com) - a Utility-First CSS Framework for Rapid UI Development.
44

5-
*Current version:* **Tailwind CSS 0.1.0**
5+
*Current version:* **Tailwind CSS 0.1.3**
66

77
## Usage
88

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

0 commit comments

Comments
 (0)