create-express-kickstart 1.2.8 → 1.2.9

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
@@ -8,7 +8,7 @@ A powerful CLI tool to instantly scaffold a production-ready, feature-rich backe
8
8
 
9
9
  ## Quick Start
10
10
  ```bash
11
- npx create express-kickstart@latest my-app
11
+ npx create-express-kickstart@latest my-app
12
12
  ```
13
13
 
14
14
  ## What is `create-express-kickstart`?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-express-kickstart",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "Production-ready CLI starter for Express APIs",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {