create-modern-react 2.0.0 → 2.1.0

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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
  <p align="center">
12
12
  <a href="https://www.npmjs.com/package/create-modern-react"><img src="https://img.shields.io/npm/v/create-modern-react.svg?style=flat-square&color=00d8ff" alt="npm version" /></a>
13
13
  <a href="https://www.npmjs.com/package/create-modern-react"><img src="https://img.shields.io/npm/dm/create-modern-react.svg?style=flat-square&color=00d8ff" alt="npm downloads" /></a>
14
- <a href="https://github.com/AabhashRai13/create-modern-react/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/create-modern-react.svg?style=flat-square&color=00d8ff" alt="license" /></a>
14
+ <a href="https://github.com/abhay-rana/create-modern-react/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/create-modern-react.svg?style=flat-square&color=00d8ff" alt="license" /></a>
15
15
  </p>
16
16
 
17
17
  <p align="center">
@@ -271,7 +271,7 @@ dist/
271
271
  <em>Free AI-powered resume builder — built entirely with create-modern-react</em>
272
272
  </p>
273
273
 
274
- > Want to showcase your project? [Open an issue](https://github.com/AabhashRai13/create-modern-react/issues) to get featured!
274
+ > Want to showcase your project? [Open an issue](https://github.com/abhay-rana/create-modern-react/issues) to get featured!
275
275
 
276
276
  ---
277
277
 
@@ -294,7 +294,7 @@ npx create-modern-react my-app --skip-git # Skip git init
294
294
 
295
295
  ## License
296
296
 
297
- MIT © [Aabhash Rai](https://github.com/AabhashRai13)
297
+ MIT © [Abhay Rana](https://github.com/abhay-rana)
298
298
 
299
299
  ---
300
300
 
@@ -303,9 +303,9 @@ MIT © [Aabhash Rai](https://github.com/AabhashRai13)
303
303
  </p>
304
304
 
305
305
  <p align="center">
306
- <a href="https://github.com/AabhashRai13/create-modern-react">⭐ Star on GitHub</a>
306
+ <a href="https://github.com/abhay-rana/create-modern-react">⭐ Star on GitHub</a>
307
307
  &nbsp;·&nbsp;
308
- <a href="https://github.com/AabhashRai13/create-modern-react/issues">Report Bug</a>
308
+ <a href="https://github.com/abhay-rana/create-modern-react/issues">Report Bug</a>
309
309
  &nbsp;·&nbsp;
310
- <a href="https://github.com/AabhashRai13/create-modern-react/issues">Request Feature</a>
310
+ <a href="https://github.com/abhay-rana/create-modern-react/issues">Request Feature</a>
311
311
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-modern-react",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "Create production-ready React + TypeScript + Tailwind applications in seconds",
5
5
  "main": "bin/index.js",
6
6
  "bin": {