astro-swiper 1.1.1 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -3,15 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
<a href="https://astro.build/" target="_blank"><img height="70" src="images/astro-logo.png"></a>
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# Astro Swiper
|
|
7
7
|
|
|
8
|
-
<p>
|
|
9
|
-
Astro Swiper is the native Astro component for
|
|
10
|
-
<a href="https://github.com/nolimits4web/swiper">Swiper</a>,
|
|
11
|
-
dedicated to slides / carousel / photo swiper.
|
|
12
|
-
</p>
|
|
13
8
|
|
|
14
|
-
|
|
9
|
+
Astro Swiper is the native Astro component for
|
|
10
|
+
<a href="https://github.com/nolimits4web/swiper">Swiper</a>,
|
|
11
|
+
dedicated to slides / carousel / photo swiper.
|
|
12
|
+
|
|
13
|
+
# [Demo](https://pascal-brand38.github.io/astro-dev/packages/astro-swiper)
|
|
15
14
|
|
|
16
15
|
<a href="https://pascal-brand38.github.io/astro-dev/packages/astro-swiper" target="_blank">
|
|
17
16
|
<img src="images/astro-swiper.gif">
|
|
@@ -22,6 +21,11 @@
|
|
|
22
21
|
<br>
|
|
23
22
|
<br>
|
|
24
23
|
|
|
24
|
+
# Help needed
|
|
25
|
+
|
|
26
|
+
Do you need help to integrate ```astro-swiper``` in your
|
|
27
|
+
astro template / component? Please
|
|
28
|
+
[fill a github issue](https://github.com/pascal-brand38/astro-swiper/issues/new?template=help-needed.md)
|
|
25
29
|
|
|
26
30
|
|
|
27
31
|
<br>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "astro-swiper",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "Astro component for swiper, dedicated to slider / carousel / photo swiper / slide, including thumbnails",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -29,6 +29,6 @@
|
|
|
29
29
|
"carousel", "swiper", "slider", "slideshow", "gallery", "lightweight", "touch", "responsive", "thumbnail"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"swiper": "^
|
|
32
|
+
"swiper": "^12.0.0"
|
|
33
33
|
}
|
|
34
34
|
}
|