Skip to content

Commit

Permalink
style: Apply fixes from StyleCI (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Mitul Golakiya <[email protected]>
  • Loading branch information
mitulgolakiya and mitulgolakiya authored Sep 13, 2020
1 parent 9d57647 commit bc55d31
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/AdminLTEPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ public function __construct(Command $command)
protected static function updatePackageArray(array $packages)
{
return [
'bootstrap' => '^4.0.0',
'jquery' => '^3.2',
'popper.js' => '^1.12',
'admin-lte' => '^3.0',
'sass' => '^1.15.2',
'sass-loader' => '^8.0.0',
] + $packages;
'bootstrap' => '^4.0.0',
'jquery' => '^3.2',
'popper.js' => '^1.12',
'admin-lte' => '^3.0',
'sass' => '^1.15.2',
'sass-loader' => '^8.0.0',
] + $packages;
}

public function install()
Expand Down Expand Up @@ -65,7 +65,7 @@ protected static function updateWebpackConfiguration()
*/
protected static function updateSass()
{
(new Filesystem)->ensureDirectoryExists(resource_path('sass'));
(new Filesystem())->ensureDirectoryExists(resource_path('sass'));

copy(__DIR__.'/../adminlte-stubs/bootstrap/_variables.scss', resource_path('sass/_variables.scss'));
copy(__DIR__.'/../adminlte-stubs/bootstrap/app.scss', resource_path('sass/app.scss'));
Expand Down

0 comments on commit bc55d31

Please sign in to comment.