@reactful/create 1.2.22 → 1.2.23
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -20,8 +20,8 @@ const { version } = JSON.parse(packageJson);
|
|
20
20
|
|
21
21
|
console.log('___________________________________________________')
|
22
22
|
console.log('')
|
23
|
-
console.log(` ${GREEN}REACTful${RESET} create
|
24
|
-
console.log(` ${CIANO}current version 1.2${RESET}
|
23
|
+
console.log(` ${GREEN}REACTful${RESET} create `)
|
24
|
+
console.log(` ${CIANO}current version 1.2${RESET} `)
|
25
25
|
//console.log(`${decor}( ${GREEN}reactful${RESET}.js )${decor}`)
|
26
26
|
console.log('___________________________________________________')
|
27
27
|
// console.log(line)
|