zerozeeker 1.0.2 → 1.0.4

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,8 +3,10 @@
3
3
  Official CLI for installing production-ready UI components into your React or Next.js projects.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/zerozeeker?style=flat-square&color=181825)](https://www.npmjs.com/package/zerozeeker)
6
- [![npm downloads](https://img.shields.io/npm/dm/zerozeeker?style=flat-square&logo=npm&color=181825)](https://www.npmjs.com/package/zerozeeker)
7
- [![Node.js](https://img.shields.io/badge/Node.js-20.9+-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org/)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-3178C6?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
7
+ [![React](https://img.shields.io/badge/React-19+-61DAFB?style=flat-square&logo=react&logoColor=black)](https://react.dev/)
8
+ [![Tailwind CSS](https://img.shields.io/badge/Tailwind-4.0+-38B2AC?style=flat-square&logo=tailwind-css)](https://tailwindcss.com/)
9
+ [![Node.js](https://img.shields.io/badge/Node.js-18+-339933?style=flat-square&logo=node.js&logoColor=white)](https://nodejs.org/)
8
10
  [![MIT License](https://img.shields.io/badge/License-MIT-blue?style=flat-square)](LICENSE)
9
11
 
10
12
  ---
@@ -190,7 +192,7 @@ Every component is designed to be a solid foundation you can build upon.
190
192
  ## Links
191
193
 
192
194
  - Website: [zerozeeker.com](https://www.zerozeeker.com/)
193
- - GitHub: [github.com/ZERO-DAWN-X/zero-zeeker-frontend](https://github.com/ZERO-DAWN-X/zero-zeeker-frontend)
195
+ - GitHub: [github.com/ZERO-DAWN-X](https://github.com/ZERO-DAWN-X)
194
196
  - NPM: [@latest](https://www.npmjs.com/package/zerozeeker)
195
197
 
196
198
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zerozeeker",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "CLI for installing ZeroZeeker UI components",
5
5
  "type": "module",
6
6
  "bin": {