@reactful/create 1.2.20 → 1.2.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. 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'
@@ -21,7 +21,7 @@ const { version } = JSON.parse(packageJson);
21
21
  console.log('___________________________________________________')
22
22
  console.log('')
23
23
  console.log(` ${GREEN}REACTful${RESET} create `)
24
- console.log(` ${CIANO}current version ${version}${RESET} `)
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "1.2.20",
3
+ "version": "1.2.22",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scaffold",