Skip to content

Commit

Permalink
feat: add scoped wxwork puppet into puppet config (#2043)
Browse files Browse the repository at this point in the history
* add scoped wxwork puppet into puppet config

* skip install scoped puppet

* 0.47.13
  • Loading branch information
windmemory committed Aug 18, 2020
1 parent 33ec3cc commit 489a0da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "wechaty",
"version": "0.47.12",
"version": "0.47.13",
"description": "Wechaty is Conversational SDK Chatbot Makers, Powered by TypeScript, Docker, and 💖",
"main": "dist/src/mod.js",
"typings": "dist/src/mod.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/puppet-config.ts
Expand Up @@ -29,6 +29,7 @@ export const PUPPET_DEPENDENCIES = {
* Scoped puppets
*/
'@juzibot/wechaty-puppet-donut': '^0.3', // https://www.npmjs.com/package/wechaty-puppet-donut (to be published)
'@juzibot/wechaty-puppet-wxwork': '*', // https://www.npmjs.com/package/wechaty-puppet-wxwork (to be published)

/**
* Wechaty Internal Puppets: dependence by package.json
Expand Down
1 change: 1 addition & 0 deletions src/puppet-manager.ts
Expand Up @@ -254,6 +254,7 @@ export class PuppetManager {

const skipList = [
'@juzibot/wechaty-puppet-donut', // windows puppet
'@juzibot/wechaty-puppet-wxwork', // wxwork puppet
]

const moduleList: string[] = []
Expand Down

0 comments on commit 489a0da

Please sign in to comment.