Skip to content

Commit

Permalink
Merge pull request #127 from jonasdekeukelaere/update-style-package
Browse files Browse the repository at this point in the history
Update frameworkstylepackage
  • Loading branch information
tijsverkoyen authored Sep 10, 2024
2 parents aed566e + f963669 commit 59cf0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Skeleton/PostCreateProject.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private static function installFrameworkStylePackage(Event $event): void
$io->notice('→ Install required NPM packages for FrameworkStylePackage');
$packages = [
'sass-embedded',
'frameworkstylepackage@^3',
'frameworkstylepackage@^4',
];
if ($io->isVerbose()) {
$io->write(
Expand Down

0 comments on commit 59cf0b0

Please sign in to comment.