create-express-mongoose-app 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 -1
package/README.md CHANGED
@@ -178,7 +178,7 @@ This creates a complete CRUD module with:
178
178
 
179
179
  For issues, questions, or suggestions, please visit the template repository:
180
180
 
181
- https://github.com/YOUR_GITHUB_USERNAME/express-mongo-starter
181
+ https://github.com/mehedihsiam/express-mongo-starter
182
182
 
183
183
  ## License
184
184
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-express-mongoose-app",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "description": "CLI tool to create production-grade Express.js with Mongoose starter projects",
6
6
  "main": "src/cli.js",