增加自动识别paths配置
Showing
{ | ||
"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": { | ||
... | ... |
Please register or sign in to comment