prizmux 1.4.14 → 1.4.16

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 +5 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,13 +6,11 @@
6
6
 
7
7
  A developer-first React Native component system.
8
8
 
9
- <p align="center">
10
- <img src="https://img.shields.io/npm/v/prizmux?style=flat-square&color=007ec6" alt="version" />
11
- <img src="https://img.shields.io/npm/dm/prizmux?style=flat-square&color=8252e1" alt="npm" />
12
- <img src="https://img.shields.io/jsdelivr/npm/hm/prizmux?style=flat-square&color=ff4081" alt="jsdelivr" />
13
- <img src="https://img.shields.io/npm/l/prizmux?style=flat-square&color=ff4081" alt="license" />
14
- <img src="https://img.shields.io/badge/developer-Lukwago%20Joel%20Jr-brightgreen?style=flat-square" alt="developer" />
15
- </p>
9
+ [![version](https://img.shields.io/npm/v/prizmux?style=flat-square&color=007ec6)](https://www.npmjs.com/package/prizmux)
10
+ [![npm downloads](https://img.shields.io/npm/dm/prizmux?style=flat-square&color=8252e1)](https://www.npmjs.com/package/prizmux)
11
+ [![jsdelivr](https://img.shields.io/jsdelivr/npm/hm/prizmux?style=flat-square&color=ff4081)](https://www.jsdelivr.com/package/npm/prizmux)
12
+ [![license](https://img.shields.io/npm/l/prizmux?style=flat-square&color=ff4081)](https://www.npmjs.com/package/prizmux)
13
+ [![developer](https://img.shields.io/badge/developer-Lukwago%20Joel%20Jr-brightgreen?style=flat-square)](https://github.com/contecfy/prizmux)
16
14
 
17
15
  > You should control your UI — not your UI library.
18
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prizmux",
3
- "version": "1.4.14",
3
+ "version": "1.4.16",
4
4
  "description": "A smooth and modern UI component library for React Native",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",