Skip to content

Commit 9199c19

Browse files
committed
Update main module class
1 parent d092e4b commit 9199c19

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Main.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,9 @@ public function hookLibraryList(array &$libraries)
4444
'module' => 'jquery_file_upload',
4545
'url' => 'https://github.com/blueimp/jQuery-File-Upload',
4646
'download' => 'https://github.com/blueimp/jQuery-File-Upload/archive/v9.19.1.zip',
47-
'version_source' => array(
48-
'file' => 'vendor/jquery-file-upload/package.json'
49-
),
47+
'version' => '9.19.1',
5048
'files' => array(
51-
'vendor/jquery-file-upload/js/jquery.fileupload.js'
49+
'js/jquery.fileupload.js'
5250
),
5351
);
5452
}

0 commit comments

Comments
 (0)