Skip to content

Commit

Permalink
chore: expose package.json in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed May 19, 2024
1 parent 4266f6c commit cecc367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"exports": {
".": {
"import": "./lib/index.js"
}
},
"./package.json": "./package.json"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit cecc367

Please sign in to comment.