@reactful/create 1.2.21 → 1.2.23
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
import npmRegistryFetch from 'npm-registry-fetch'
|
4
4
|
import { spawn , execSync } from 'child_process'
|
5
5
|
import inquirer from 'inquirer'
|
6
|
-
import path from 'path'
|
7
6
|
import * as tar from 'tar'
|
7
|
+
import path from 'path'
|
8
8
|
import fs from 'fs'
|
9
9
|
|
10
10
|
const CIANO = '\x1b[36m'
|
@@ -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(`
|
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)
|