Skip to content

Commit

Permalink
[meta] add exports
Browse files Browse the repository at this point in the history
This is theoretically non-breaking, because v4.1.0 only had one JS file, the main
  • Loading branch information
ljharb committed Sep 26, 2024
1 parent 4a2d873 commit 50464d7
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 @@ -7,6 +7,10 @@
},
"license": "MIT",
"main": "index.js",
"exports": {
".": "./index.js",
"./package.json": "./package.json"
},
"sideEffects": false,
"repository": {
"type": "git",
Expand Down

0 comments on commit 50464d7

Please sign in to comment.