Skip to content

Commit

Permalink
Merge pull request #4 from laravel-frontend-presets/pr-2
Browse files Browse the repository at this point in the history
Bumps to 0.1.3
  • Loading branch information
michaeldyrynda authored Nov 5, 2017
2 parents ad532cb + c63addd commit 0153624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

*Current version:* **Tailwind CSS 0.1.0**
*Current version:* **Tailwind CSS 0.1.3**

## Usage

Expand Down
2 changes: 1 addition & 1 deletion src/TailwindCssPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static function installAuth()
protected static function updatePackageArray(array $packages)
{
return [
'tailwindcss' => '^0.1.0',
'tailwindcss' => '^0.1.3',
] + Arr::except($packages, ['bootstrap-sass', 'jquery']);
}

Expand Down

0 comments on commit 0153624

Please sign in to comment.