提交 eecfd566 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix rename in package

上级 b7d8790c
......@@ -23,7 +23,7 @@
"clean": "shx rm -fr dist/*",
"lint": "npm run eslint && npm run tslint",
"eslint": "eslint \"{bin,example,src,test}/**/*.js\" --ignore-pattern=\"test/fixture/**\"",
"tslint": "tslint \"{bin,example,src,test}/**/*.ts\" -e \"test/fixture/**\" && tsc --noEmit",
"tslint": "tslint \"{bin,example,src,test}/**/*.ts\" --exclude=\"test/fixture/**\" && tsc --noEmit",
"shlint": "bash -n bin/*.sh",
"pretest": "npm run clean && npm run lint && npm run build",
"sloc": "sloc bin example src test index.ts --details --format cli-table --keys total,source,comment && sloc bin example src test index.ts",
......@@ -45,7 +45,7 @@
"url": "git+https://github.com/wechaty/wechaty.git"
},
"bin": {
"wechaty-client": "dist/bin/client.js",
"wechaty-io-client": "dist/bin/io-client.js",
"wechaty-doctor": "dist/bin/doctor.js",
"wechaty-version": "dist/bin/version.js"
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册