Skip to content

Commit

Permalink
chore: Add export maps in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Jun 29, 2023
1 parent eb3a2bc commit 1422a85
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 @@ -16,6 +16,10 @@
"dist"
],
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*.js"
},
"scripts": {
"prepare": "nr prepare"
},
Expand Down

0 comments on commit 1422a85

Please sign in to comment.