create-craftjs 2.0.1 → 2.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.
package/README.md CHANGED
@@ -41,13 +41,13 @@ res.render("index", { title: "Home Page" });
41
41
  ### 📦 Scaffold a New Project
42
42
 
43
43
  ```bash
44
- npx create-craftjs my-app
44
+ npx create-craftjs@latest my-app
45
45
  ```
46
46
 
47
47
  OR
48
48
 
49
49
  ```bash
50
- npm init craftjs my-app
50
+ npm init craftjs@latest my-app
51
51
  ```
52
52
 
53
53
  ### Go to project folder
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-craftjs",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A starter kit backend framework powered by Express, TypeScript, EJS Engine, and Prisma — designed for rapid development, simplicity, and scalability.",
5
5
  "bin": {
6
6
  "create-craftjs": "bin/index.js"
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "craftjs",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "craftjs",
9
- "version": "2.0.1",
9
+ "version": "2.0.2",
10
10
  "license": "UNLICENSED",
11
11
  "dependencies": {
12
12
  "@prisma/adapter-mariadb": "^7.2.0",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "craftjs",
3
3
  "description": "A starter kit backend framework powered by Express, TypeScript, EJS Engine, and Prisma — designed for rapid development, simplicity, and scalability.",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "keywords": [
6
6
  "express",
7
7
  "typescript",