We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ae82f commit 53eec63Copy full SHA for 53eec63
src/BulmaPreset.php
@@ -41,7 +41,7 @@ protected static function updatePackageArray(array $packages)
41
{
42
return [
43
'bulma' => '^0.6.1',
44
- 'bulma-extensions': '^0.2.1',
+ 'bulma-extensions' => '^0.2.1',
45
] + Arr::except($packages, ['bootstrap-sass', 'foundation-sites']);
46
}
47
0 commit comments