Skip to content

Commit

Permalink
fix: export package.json from package (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored Sep 10, 2021
1 parent 140da30 commit 62e29f6
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 @@ -24,7 +24,10 @@
"version": "0.11.1",
"type": "module",
"exports": {
"import": "./src/index.js"
".": {
"import": "./src/index.js"
},
"./package.json": "./package.json"
},
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit 62e29f6

Please sign in to comment.