centoui 1.0.0-alpha.30 → 1.0.0-alpha.32

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 +2 -2
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
  <h1>centoui</h1>
3
3
  <p><strong>Vue components for elegant interfaces</strong></p>
4
4
  <p>
5
- <a href="https://npmx.dev/package/centoui"><img src="https://img.shields.io/npm/v/centoui.svg?style=plastic&label=NPM Version&color=blue" alt="npm version"></a>
6
- <a href="https://npmx.dev/package/centoui"><img src="https://img.shields.io/npm/dw/centoui.svg?style=plastic&label=NPM Downloads&color=blue" alt="npm downloads"></a>
7
- <a href="https://npmx.dev/package/centoui"><img src="https://img.shields.io/npm/unpacked-size/centoui?style=plastic&label=NPM Unpacked Size&color=blue" alt="NPM Unpacked Size"></a>
5
+ <a href="https://npmx.dev/package/centoui"><img src="https://img.shields.io/npm/v/centoui.svg?style=plastic&label=NPM%20Version&color=blue" alt="NPM Version"></a>
6
+ <a href="https://npmx.dev/package/centoui"><img src="https://img.shields.io/npm/dw/centoui.svg?style=plastic&label=NPM%20Downloads&color=blue" alt="NPM Downloads"></a>
7
+ <a href="https://npmx.dev/package/centoui"><img src="https://img.shields.io/npm/unpacked-size/centoui?style=plastic&label=NPM%20Unpacked%20Size&color=blue" alt="NPM Unpacked Size"></a>
8
8
  </p>
9
9
  </div>
10
10
 
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "accessibility"
13
13
  ],
14
14
  "private": false,
15
- "version": "1.0.0-alpha.30",
15
+ "version": "1.0.0-alpha.32",
16
16
  "author": "Favour Emeka <favorodera@gmail.com>",
17
17
  "license": "MIT",
18
18
  "homepage": "https://centoui.vercel.app",
@@ -37,7 +37,7 @@
37
37
  "centoui": "./bin/centoui.js"
38
38
  },
39
39
  "dependencies": {
40
- "centoui-cli": "1.0.0-alpha.30"
40
+ "centoui-cli": "1.0.0-alpha.32"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@clack/prompts": "^1.2.0",