nest-combo 1.0.0 → 1.0.2

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 +2 -2
package/README.MD CHANGED
@@ -19,7 +19,7 @@ A CLI tool to generate NestJS modules, controllers, services, and other componen
19
19
 
20
20
  ---
21
21
 
22
- ## How it works {#howitworks}
22
+ ## How it works
23
23
 
24
24
  How Nest-Combo Works with NestJS CLI
25
25
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "nest-combo",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "main": "lib/generate.js",
5
- "description": "A CLI tool to generate NestJS modules, controllers, and services, etc in horizontal.",
5
+ "description": "A CLI tool to generate NestJS modules, controllers, and services, etc with single line commands.",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "nest-combo": "bin/cli.js"