Skip to content

Commit d8d6cdc

Browse files
committed
fix: bootstrap added in npm packages
1 parent 0b2c329 commit d8d6cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AdminLTEPreset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function __construct(Command $command, $isFortify = false)
3333
protected static function updatePackageArray(array $packages)
3434
{
3535
return [
36+
'bootstrap' => '^4.6.1',
3637
'admin-lte' => '^3.2',
3738
'sass' => '^1.32.11',
3839
'sass-loader' => '^11.0.1',

0 commit comments

Comments
 (0)