Skip to content

Commit

Permalink
Fix popper package name for Bootstrap 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
strarsis committed Jun 2, 2021
1 parent c9603c3 commit f4a07cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presets/Bootstrap5.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Bootstrap5 extends Preset
protected function updatePackagesArray(array $packages)
{
$packages['dependencies']['bootstrap'] = 'v5.0.1';
$packages['dependencies']['popper.js'] = '^2.9.2';
$packages['dependencies']['@popperjs/core'] = '^2.9.2';
return $packages;
}
}

0 comments on commit f4a07cb

Please sign in to comment.