Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
fix(package.json): fix include files and exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Aug 24, 2024
1 parent ea091bc commit ae966cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276",
"author": "ryoppippi",
"license": "MIT",
"exports": "./src/index.ts",
"exports": {
".": "./src/index.ts",
"./package.json": "./package.json"
},
"files": [
"LICENSE",
"REAMDE.md",
"package.json",
"src"
],
"scripts": {
Expand Down

0 comments on commit ae966cf

Please sign in to comment.