@aivue/360-spin 1.0.2 → 1.0.3

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 +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > Interactive 360-degree product image spin component for Vue.js
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@aivue/360-spin.svg)](https://www.npmjs.com/package/@aivue/360-spin)
6
- [![npm downloads](https://img.shields.io/npm/dm/@aivue/360-spin.svg)](https://www.npmjs.com/package/@aivue/360-spin)
6
+ [![npm downloads](https://img.shields.io/badge/downloads-0%2Fmonth-CB3837?style=flat-square&logo=npm)](https://www.npmjs.com/package/@aivue/360-spin)
7
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
8
 
9
9
  ## ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aivue/360-spin",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Interactive 360-degree product image spin component for Vue.js",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -68,4 +68,3 @@
68
68
  "vue-tsc": "^2.2.10"
69
69
  }
70
70
  }
71
-