Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:zaknes/tailwind-preset
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknesler committed May 24, 2018
2 parents b82d3c1 + 16edb26 commit d057958
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Tailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace ZakNesler\TailwindPreset;

use Illuminate\Support\Arr;
use Illuminate\Container\Container;
use Illuminate\Support\Facades\File;
use Illuminate\Foundation\Console\Presets\Preset;
Expand Down Expand Up @@ -87,7 +86,7 @@ protected static function updatePackageArray(array $packages)
'less' => '^3.0',
'less-loader' => '^4.1',
'tailwindcss' => '^0.5',
'vue' => '^2.5'
'vue' => '^2.5',
];
}

Expand Down

0 comments on commit d057958

Please sign in to comment.