From eecfd5668b151665a30726e79fefcc98d4596ca7 Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Tue, 8 Nov 2016 00:35:02 +0000 Subject: [PATCH] fix rename in package --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c2b13164..a84ded49 100755 --- a/package.json +++ b/package.json @@ -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" }, -- GitLab