Skip to content

Commit

Permalink
fix: add exports field to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi committed Dec 8, 2024
1 parent 8c95066 commit 29cf453
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 @@ -29,6 +29,9 @@
"dist"
],
"sideEffects": false,
"exports": {
".": "./src/index.js"
},
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit 29cf453

Please sign in to comment.