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)
3030 protected static function updatePackageArray (array $ packages )
3131 {
3232 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 ;
4040 }
4141
4242 public function install ()
@@ -65,7 +65,7 @@ protected static function updateWebpackConfiguration()
6565 */
6666 protected static function updateSass ()
6767 {
68- (new Filesystem )->ensureDirectoryExists (resource_path ('sass ' ));
68+ (new Filesystem () )->ensureDirectoryExists (resource_path ('sass ' ));
6969
7070 copy (__DIR__ .'/../adminlte-stubs/bootstrap/_variables.scss ' , resource_path ('sass/_variables.scss ' ));
7171 copy (__DIR__ .'/../adminlte-stubs/bootstrap/app.scss ' , resource_path ('sass/app.scss ' ));
You can’t perform that action at this time.
0 commit comments