Skip to content

Commit

Permalink
Update Bulma Extensions to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deeshrestha committed Nov 16, 2017
1 parent 95db822 commit 180c643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@

Preset for Bulma scaffolding on new Laravel 5.5.x project.

*Current version*: **Bulma 0.6.1** + **Bulma Extensions 0.2.1**
*Current version*: **Bulma 0.6.1** + **Bulma Extensions 0.2.3**


## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/BulmaPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected static function updatePackageArray(array $packages)
{
return [
'bulma' => '^0.6.1',
'bulma-extensions' => '^0.2.1',
'bulma-extensions' => '^0.2.3',
] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites']);
}

Expand Down
2 changes: 1 addition & 1 deletion src/bulma-stubs/views/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

<div class="foundation_button_test">
<p class="framwork_title">Bulma 0.6.1</p>
<p class="framwork_title">Bulma Extension 0.2.1</p>
<p class="framwork_title">Bulma Extension 0.2.3</p>

<div class="block">
<a class="button is-primary">Primary</a>
Expand Down

0 comments on commit 180c643

Please # to comment.