Skip to content

Commit

Permalink
build: updated package.json module export to exports keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-jerkovic committed Jun 25, 2024
1 parent 5f73ba3 commit f7c7990
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"license": "MIT",
"author": "Rimac Technology d.o.o.",
"type": "module",
"main": "dist/index.js",
"exports": {
".": {
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
Expand Down

0 comments on commit f7c7990

Please sign in to comment.