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.
- package/index.js +1 -1
- 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
|
-
|
|
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')
|