Skip to content

Commit

Permalink
chore: add files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
refactorthis committed Aug 22, 2024
1 parent 3897e2d commit 25b22a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"readme.md",
"package.json",
"LICENSE",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 25b22a6

Please sign in to comment.