Skip to content

Commit

Permalink
fix: add esm to 'files' in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyuchenzh committed Mar 27, 2019
1 parent 0a10a6e commit fc1ba07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -5,7 +5,8 @@
"main": "lib/index.js",
"module": "lib/es/index.js",
"files": [
"lib/"
"lib/",
"esm/"
],
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit fc1ba07

Please sign in to comment.