Skip to content

Commit 2c7fc2d

Browse files
committed
Merge branch 'master' of github.com:laravel-frontend-presets/bulma
2 parents f36ca08 + 94580b9 commit 2c7fc2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/BulmaPreset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ protected static function updatePackageArray(array $packages)
4141
{
4242
return [
4343
'bulma' => '^0.8.0',
44-
'bulma-extensions' => '^6.0.0',
44+
'bulma-extensions' => '^6.2.7',
4545
] + Arr::except($packages, ['bootstrap']);
4646
}
4747

src/bulma-stubs/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* building robust, powerful web applications using Vue and Laravel.
66
*/
77

8-
require('./bootstrap');
8+
//require('./bootstrap');
99

1010
// window.Vue = require('vue');
1111

0 commit comments

Comments
 (0)