Skip to content

Commit

Permalink
Add exports property to package.json (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradsimantel authored May 18, 2020
1 parent dc95044 commit 93339e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
"main": "./dist/bundle/index",
"module": "./dist/bundle/module.js",
"types": "./dist/declarations/index.d.ts",
"exports": {
"import": "./dist/bundle/index.mjs",
"require": "./dist/bundle/index.js"
},
"files": [
"dist/bundle",
"dist/declarations"
Expand Down

0 comments on commit 93339e1

Please sign in to comment.