Skip to content

Commit

Permalink
fix(pkg): export ./package.json subpath (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpreston321 committed Sep 16, 2022
1 parent 5897888 commit 82ab400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -7,7 +7,8 @@
"exports": {
".": {
"import": "./dist/index.mjs"
}
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"bin": {
Expand Down

0 comments on commit 82ab400

Please sign in to comment.