Skip to content

Commit

Permalink
feat(index): 导出 types
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyao27 committed Sep 5, 2020
1 parent 0f65480 commit 3aa6ce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohbug/miniapp",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ohbug 小程序 SDK 用于小程序平台(支持微信、字节跳动、支付宝、QQ 小程序)",
"author": "chenyueban <jasonchan0527@gmail.com>",
"homepage": "https://github.com/ohbug-org/ohbug-miniapp",
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { MiniAppClient } from './client'
import * as types from './types'

export { MiniAppClient as Client }
export { MiniAppClient as Client, types }
export default MiniAppClient

0 comments on commit 3aa6ce9

Please sign in to comment.