File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ public function __construct(Command $command)
30
30
protected static function updatePackageArray (array $ packages )
31
31
{
32
32
return [
33
- 'bootstrap ' => '^4.0.0 ' ,
34
- ' jquery ' => '^3.2 ' ,
35
- 'popper.js ' => '^1.12 ' ,
36
- 'admin-lte ' => '^3.0 ' ,
37
- ' sass ' => '^1.15.2 ' ,
38
- 'sass-loader ' => '^8.0.0 ' ,
39
- ] + $ packages ;
33
+ 'bootstrap ' => '^4.0.0 ' ,
34
+ ' jquery ' => '^3.2 ' ,
35
+ 'popper.js ' => '^1.12 ' ,
36
+ 'admin-lte ' => '^3.0 ' ,
37
+ ' sass ' => '^1.15.2 ' ,
38
+ 'sass-loader ' => '^8.0.0 ' ,
39
+ ] + $ packages ;
40
40
}
41
41
42
42
public function install ()
@@ -65,7 +65,7 @@ protected static function updateWebpackConfiguration()
65
65
*/
66
66
protected static function updateSass ()
67
67
{
68
- (new Filesystem )->ensureDirectoryExists (resource_path ('sass ' ));
68
+ (new Filesystem () )->ensureDirectoryExists (resource_path ('sass ' ));
69
69
70
70
copy (__DIR__ .'/../adminlte-stubs/bootstrap/_variables.scss ' , resource_path ('sass/_variables.scss ' ));
71
71
copy (__DIR__ .'/../adminlte-stubs/bootstrap/app.scss ' , resource_path ('sass/app.scss ' ));
You can’t perform that action at this time.
0 commit comments