astro-swiper 2.7.1 → 2.8.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  <div align="center" style="background-color: dark-grey; padding: 1rem;">
2
- <a href="https://swiperjs.com" target="_blank"><img width="70" width="auto" src="images/swiper-logo.svg"></a>
3
- <a href="https://astro.build/" target="_blank"><img height="68" width="auto" src="images/astro-logo.png"></a>
2
+ <a href="https://swiperjs.com" target="_blank"><img width="70" width="auto" src="https://raw.githubusercontent.com/pascal-brand38/astro-swiper/HEAD/packages/astro-swiper/images/swiper-logo.svg"></a>
3
+ <a href="https://astro.build/" target="_blank"><img height="68" width="auto" src="https://raw.githubusercontent.com/pascal-brand38/astro-swiper/HEAD/packages/astro-swiper/images/astro-logo.png"></a>
4
4
 
5
5
  # Astro Swiper
6
6
 
7
7
  > Astro Swiper - native component for [Swiper](https://github.com/nolimits4web/swiper).
8
8
  > Use for slides, carousel, photo swiper.
9
9
 
10
- <img src="images/astro-swiper.gif" />
10
+ <img src="https://raw.githubusercontent.com/pascal-brand38/astro-swiper/HEAD/packages/astro-swiper/images/astro-swiper.gif" />
11
11
 
12
12
  ## [Check demo](https://pascal-brand38.github.io/astro-dev/packages/astro-swiper)
13
13
 
package/package.json CHANGED
@@ -1,17 +1,20 @@
1
1
  {
2
2
  "name": "astro-swiper",
3
- "version": "2.7.1",
3
+ "version": "2.8.1",
4
4
  "description": "Astro component for swiper, dedicated to slider / carousel / photo swiper / slide, including thumbnails",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "scripts": {
8
8
  "format": "biome format --write && prettier -w \"**/*.astro\"",
9
9
  "lint": "biome lint",
10
- "test": "echo \"Error: no test specified\" && exit 1"
10
+ "test": "pnpm run --filter demo test",
11
+ "build": "pnpm run --filter demo build",
12
+ "dev": "pnpm run --filter demo dev"
11
13
  },
12
14
  "repository": {
13
15
  "type": "git",
14
- "url": "git+https://github.com/pascal-brand38/astro-swiper.git"
16
+ "url": "git+https://github.com/pascal-brand38/astro-swiper.git",
17
+ "directory": "astro-swiper"
15
18
  },
16
19
  "author": "Pascal Brand",
17
20
  "license": "MIT",