Skip to content

Commit 91ca5a2

Browse files
author
Simon Karlen
committed
use npm/swiper instead of bower/swiper
1 parent 73e14ab commit 91ca5a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"yiisoft/yii2-bootstrap4": "^2.0.4",
2929
"arogachev/yii2-sortable": "^0.1.6",
3030
"bower-asset/fullcalendar": "4.2.*",
31-
"bower-asset/swiper": "^6.3.5",
3231
"fortawesome/font-awesome": "^5.12.0",
3332
"kartik-v/yii2-widget-fileinput": "^1.0.9",
3433
"npm-asset/highlight.js": "^9.18.1",
34+
"npm-asset/swiper": "^6.3.5",
3535
"rmrevin/yii2-fontawesome": "^3.4.0",
3636
"simialbi/yii2-simialbi-base": ">=0.10.2 <1.0 | ^1.0.0",
3737
"simialbi/yii2-summernote": "^1.1.0",

src/KanbanSwiperAsset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class KanbanSwiperAsset extends AssetBundle
1414
/**
1515
* {@inheritDoc}
1616
*/
17-
public $sourcePath = '@bower/swiper/package';
17+
public $sourcePath = '@npm/swiper';
1818

1919
/**
2020
* {@inheritDoc}

0 commit comments

Comments
 (0)