Skip to content

Commit

Permalink
fix: export main file (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Jan 13, 2021
1 parent 4d8db9d commit f7e00e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"license": "MIT",
"sideEffects": "false",
"exports": {
".": {
"require": "./dist/module.js"
},
"./dist/module": {
"require": "./dist/module.js"
},
Expand Down

0 comments on commit f7e00e8

Please sign in to comment.