Skip to content

Commit

Permalink
Add package.json export
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajaco committed Jun 11, 2023
1 parent 05d48c6 commit 54a573d
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 @@ -3,7 +3,10 @@
"version": "0.0.2",
"repository": "joshuajaco/resulted",
"license": "MIT",
"exports": "./dist/index.js",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"files": [
"dist"
Expand Down

0 comments on commit 54a573d

Please sign in to comment.