We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d092e4b commit 9199c19Copy full SHA for 9199c19
Main.php
@@ -44,11 +44,9 @@ public function hookLibraryList(array &$libraries)
44
'module' => 'jquery_file_upload',
45
'url' => 'https://github.com/blueimp/jQuery-File-Upload',
46
'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
- ),
+ 'version' => '9.19.1',
50
'files' => array(
51
- 'vendor/jquery-file-upload/js/jquery.fileupload.js'
+ 'js/jquery.fileupload.js'
52
),
53
);
54
}
0 commit comments