Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nieweidong committed Jul 24, 2016
1 parent 2727167 commit cc66b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bin/local
Expand Up @@ -42,12 +42,11 @@ if (process.argv.length === 2) {
$ loc init
$ loc name
$ loc inquirer`)
console.log(process.argv[1].rainbow)
}

program.parse(process.argv)

console.log(process.argv[1].rainbow)

function init () {
let nodeVersion = p.execSync('node -v').toString()
let npmVersion = p.execSync('npm -v').toString()
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "local-info",
"version": "0.1.7",
"version": "0.1.8",
"description": "Show the local information.",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit cc66b52

Please sign in to comment.