Commit 7332e990 authored by rockyl's avatar rockyl

增加自动识别paths配置

parent 34253ff3
......@@ -3,7 +3,7 @@
const program = require('commander');
program
.version('1.0.2')
.version('1.0.3')
.description('game command line interface')
.command('init [name]', 'Initialize a project with template').alias('i')
.command('mock', 'Mock server').alias('m')
......
{
"name": "game-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "game command-line interface for duiba game developing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "bin/cli.js",
"bin": "bin/game-cli.js",
"author": "rocky.l",
"license": "ISC",
"dependencies": {
......
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