[refactor] [s]: update imported packages
This commit is contained in:
parent
fa154d45de
commit
db5a0a151b
@ -1,9 +1,13 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
const { program } = require('commander')
|
||||
const chalk = require('chalk')
|
||||
const prompts = require('prompts')
|
||||
const package = require('./package.json')
|
||||
const { program } = require("commander");
|
||||
const chalk = require("chalk");
|
||||
const prompts = require("prompts");
|
||||
const path = require("path");
|
||||
const { install, initGit } = require("./helpers/install");
|
||||
const package = require("./package.json");
|
||||
const copy = require("./helpers/copy");
|
||||
const Listr = require("listr");
|
||||
|
||||
// Output path to create new portal app
|
||||
let projectPath = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user