Skip to content

Commit

Permalink
chore: export dumi types (umijs#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k authored Apr 7, 2020
1 parent 43fe689 commit 37c9784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/dumi/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from 'umi';
4 changes: 3 additions & 1 deletion packages/dumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"description": "dumi",
"main": "index.js",
"module": "index.module.js",
"types": "index.d.ts",
"bin": "bin/dumi.js",
"files": [
"lib",
"bin"
"bin",
"index.d.ts"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 37c9784

Please sign in to comment.