From d65f4827b9ebc4b9c5d6445c58d4d66466b184b1 Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Thu, 3 Nov 2016 07:43:47 +0000 Subject: [PATCH] use dist/bin/...js file to publish instead of ts --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4b6684c0..de6ea6b4 100644 --- a/package.json +++ b/package.json @@ -43,9 +43,9 @@ "url": "git+https://github.com/wechaty/wechaty.git" }, "bin": { - "wechaty-client": "bin/client.ts", - "wechaty-doctor": "bin/doctor.ts", - "wechaty-version": "bin/version.ts" + "wechaty-client": "dist/bin/client.js", + "wechaty-doctor": "dist/bin/doctor.js", + "wechaty-version": "dist/bin/version.js" }, "keywords": [ "wechat", -- GitLab