Skip to content

Commit

Permalink
fix(ts): forgot to export the type definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
u3u authored Jul 26, 2019
1 parent df532df commit 5cb25ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
],
"main": "lib/index.js",
"module": "esm/index.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"files": [
"lib/",
"esm/"
Expand Down

0 comments on commit 5cb25ec

Please sign in to comment.