nodejs-quickstart-structure 1.1.6 → 1.1.7

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,10 +28,10 @@ We don't just generate boilerplate; we generate **production-ready** foundations
28
28
 
29
29
  ## Installation
30
30
 
31
- You can install the tool globally directly from GitHub:
31
+ You can install the tool globally directly from npm:
32
32
 
33
33
  ```bash
34
- npm install -g paudang/nodejs-quickstart-structure
34
+ npm install -g nodejs-quickstart-structure
35
35
  ```
36
36
 
37
37
  ### Manual Installation (For Development)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodejs-quickstart-structure",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "type": "module",
5
5
  "description": "A CLI to scaffold Node.js microservices with MVC or Clean Architecture",
6
6
  "main": "bin/index.js",