Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Update to UIkit 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfletcher committed Nov 16, 2019
1 parent fe89e55 commit e0e3f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presets/Uikit.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected static function updateBootstrapping(): void

protected static function updatePackageArray(array $packages): array
{
return ['uikit' => '^3.2.0'] + $packages;
return ['uikit' => '^3.2.3'] + $packages;
}

protected static function exportViews($views): void
Expand Down

0 comments on commit e0e3f32

Please sign in to comment.