Skip to content

Commit

Permalink
added exports to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Dec 6, 2022
1 parent da3572a commit b1a0552
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 @@ -5,6 +5,10 @@
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"files": [
"index.d.ts",
"index.js",
Expand Down

0 comments on commit b1a0552

Please sign in to comment.