create-myexam-app 1.0.13 → 1.0.15

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -10,7 +10,7 @@ const rl = readline.createInterface({
10
10
  output: process.stdout
11
11
  })
12
12
  console.log('\n[1] Car Repair Parking Managemnt System')
13
- cosnole.log('[2]middleware')
13
+ console.log('[2]middleware')
14
14
  console.log('[3] Parking Management System')
15
15
  console.log('[4] School fee Management System')
16
16
  console.log('[5]Stock Management System')
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  "name": "create-myexam-app",
4
4
 
5
- "version": "1.0.13",
5
+ "version": "1.0.15",
6
6
 
7
7
  "description": "My exam projects",
8
8