From f1bab91b45ada544a103475d53a63301518cda4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huan=20LI=20=28=E6=9D=8E=E5=8D=93=E6=A1=93=29?= Date: Thu, 27 Aug 2020 15:20:25 +0800 Subject: [PATCH] add gitter puppet --- .vscode/settings.json | 1 + src/puppet-config.ts | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5fa7ab95..81362cdb 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -92,6 +92,7 @@ "thumbnailurl", "wechat", "weixin", + "wxwork", "zbeekman", "zixia" ], diff --git a/src/puppet-config.ts b/src/puppet-config.ts index ed5fe06f..f5451ece 100644 --- a/src/puppet-config.ts +++ b/src/puppet-config.ts @@ -1,3 +1,4 @@ +/* eslint-disable sort-keys */ /** * Wechaty Chatbot SDK - https://github.com/wechaty/wechaty * @@ -40,10 +41,15 @@ export const PUPPET_DEPENDENCIES = { /** * Wechaty External Puppets */ - 'wechaty-puppet-official-account' : '^0.2.2', // https://www.npmjs.com/package/wechaty-puppet-official-account 'wechaty-puppet-padplus' : '^0.7.30', // https://www.npmjs.com/package/wechaty-puppet-padplus 'wechaty-puppet-puppeteer' : '^0.23.1', // https://www.npmjs.com/package/wechaty-puppet-puppeteer 'wechaty-puppet-wechat4u' : '^0.17.4', // https://www.npmjs.com/package/wechaty-puppet-wechat4u + + /** + * Other + */ + 'wechaty-puppet-gitter' : '^0.3.1', // https://www.npmjs.com/package/wechaty-puppet-gitter + 'wechaty-puppet-official-account' : '^0.2.2', // https://www.npmjs.com/package/wechaty-puppet-official-account } export type PuppetModuleName = keyof typeof PUPPET_DEPENDENCIES -- GitLab