Commit 3fe93174 by ioclubs

部分调整

parent e1590f48
...@@ -3,6 +3,7 @@ const execSync = require('child_process').execSync ...@@ -3,6 +3,7 @@ const execSync = require('child_process').execSync
const prompt = require('prompt-sync')() const prompt = require('prompt-sync')()
const config = require('./config.json') const config = require('./config.json')
const chalk = require('chalk') const chalk = require('chalk')
const fs = require('fs')
module.exports = async () => { module.exports = async () => {
let version = process.version let version = process.version
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"private": false, "private": false,
"main": "index.js", "main": "index.js",
"bin": { "bin": {
"ugen-cloud": "index.js" "ugen-tool": "index.js"
}, },
"author": "ioclubs", "author": "ioclubs",
"license": "ISC", "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