Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Feb 28, 2023
1 parent 3ef5dcb commit ba761c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"main": "./dist/out.js",
"exports": {
".": "./dist/out.js",
"./version.js": "./dist/version.js"
"./dist/out.js": "./dist/out.js",
"./dist/out.js.map": "./dist/out.js.map",
"./dist/version.js": "./dist/version.js",
"./dist/version.js.map": "./dist/version.js.map"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ba761c8

Please sign in to comment.