Skip to content

Commit

Permalink
break: attach exports map;
Browse files Browse the repository at this point in the history
- Closes #8
  • Loading branch information
lukeed committed Jul 21, 2021
1 parent 5c1cfa3 commit 6ec9e23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
"engines": {
"node": ">=6"
},
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
},
"./package.json": "./package.json"
},
"files": [
"index.js",
"index.mjs"
Expand Down

0 comments on commit 6ec9e23

Please sign in to comment.