Skip to content

Commit

Permalink
Export file-box (wechaty#76)
Browse files Browse the repository at this point in the history
* feat: export file-box module for wechaty and wechaty-puppet-x

* 0.19.5

* modify: for eslint
  • Loading branch information
su-chang authored Feb 20, 2020
1 parent 2fa4bdf commit 4b43a33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wechaty-puppet",
"version": "0.19.14",
"version": "0.19.15",
"description": "Abstract Puppet for Wechaty",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ export {
Puppet,
PuppetImplementation,
} from './puppet'

export {
FileBox,
} from 'file-box'

0 comments on commit 4b43a33

Please sign in to comment.