@reactful/create 0.0.55 → 0.0.56

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 +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,10 +1,10 @@
1
1
  #!/usr/bin/env node
2
2
 
3
+ import { exec } from 'child_process'
3
4
  import inquirer from 'inquirer'
4
5
  import path from 'path'
5
6
  import fs from 'fs'
6
7
 
7
- const { exec } = require('child_process');
8
8
 
9
9
  const GREEN = '\x1b[32m';
10
10
  const RESET = '\x1b[0m';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactful/create",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "main": "index.js",
5
5
  "type": "module",
6
6
  "description": "reactful scafold tool",