mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use shared slideshow
This commit is contained in:
parent
ce8bc1a2f6
commit
619d81ee23
86 changed files with 18787 additions and 2233 deletions
24
dashboard-ui/bower_components/Swiper/package.js
vendored
Normal file
24
dashboard-ui/bower_components/Swiper/package.js
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
var version = '3.3.0';
|
||||
|
||||
Package.describe({
|
||||
name: 'nolimits4web:swiper',
|
||||
summary: 'iDangero.us Swiper - mobile touch slider with hardware accelerated transitions and native behavior',
|
||||
version: version,
|
||||
git: 'https://github.com/nolimits4web/Swiper'
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.versionsFrom('1.1.0.2');
|
||||
|
||||
api.addFiles([
|
||||
'dist/css/swiper.min.css',
|
||||
'dist/js/swiper.js'
|
||||
], ['client']
|
||||
);
|
||||
|
||||
// Since swiper is attached to window, we do not need to export Swiper
|
||||
// api.export('Swiper');
|
||||
});
|
||||
|
||||
Package.onTest(function (api) {
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue