Skip to content

Commit 1d047fa

Browse files
Merge pull request #73 from tnorthcutt/patch-1
Don't require Vue or vue-template-compiler
2 parents 340b788 + acac5ae commit 1d047fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/TailwindCssPreset.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ protected static function updatePackageArray(array $packages)
3131
'laravel-mix-purgecss' => '^4.1',
3232
'laravel-mix-tailwind' => '^0.1.0',
3333
'tailwindcss' => '^1.0',
34-
'vue' => '^2.5.17',
35-
'vue-template-compiler' => '^2.6.4',
3634
], Arr::except($packages, [
3735
'bootstrap',
3836
'bootstrap-sass',

0 commit comments

Comments
 (0)