Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix: 修复 api 类型丢失的问题
Browse files Browse the repository at this point in the history
fix #598
  • Loading branch information
Darmody authored and yesmeck committed Jan 19, 2020
1 parent 2c93e21 commit ed7a77b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/remax/alipay.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@remax/mini-types';
export * from 'remax-alipay';
export { default as render } from './esm/render';
export { default as createAppConfig } from './esm/createAppConfig';
Expand Down
2 changes: 2 additions & 0 deletions packages/remax/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"test:debug": "npx --node-arg=--inspect-brk jest -i"
},
"dependencies": {
"@remax/miniprogram-api-typings": "^2.9.3",
"@remax/mini-types": "^0.1.0",
"lodash.kebabcase": "^4.1.1",
"react-reconciler": "0.24.0",
"remax-alipay": "^1.12.1",
Expand Down
1 change: 1 addition & 0 deletions packages/remax/wechat.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@remax/miniprogram-api-typings';
export * from 'remax-wechat';
export { default as render } from './esm/render';
export { default as createAppConfig } from './esm/createAppConfig';
Expand Down

0 comments on commit ed7a77b

Please sign in to comment.