Commit 3fe93174 by ioclubs

部分调整

parent e1590f48
......@@ -3,6 +3,7 @@ const execSync = require('child_process').execSync
const prompt = require('prompt-sync')()
const config = require('./config.json')
const chalk = require('chalk')
const fs = require('fs')
module.exports = async () => {
let version = process.version
......
......@@ -5,7 +5,7 @@
"private": false,
"main": "index.js",
"bin": {
"ugen-cloud": "index.js"
"ugen-tool": "index.js"
},
"author": "ioclubs",
"license": "ISC",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment