Skip to content

Commit

Permalink
fix: add dist package.json to files (jeremydaly#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
antstanley committed Nov 1, 2023
1 parent aaa831a commit 37b4fc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@
},
"files": [
"dist/cjs/index.*",
"dist/cjs/package.json",
"dist/cjs/constants.*",
"dist/cjs/classes/",
"dist/cjs/lib/",
"dist/esm/index.*",
"dist/esm/package.json",
"dist/esm/constants.*",
"dist/esm/classes/",
"dist/esm/lib/"
Expand Down

0 comments on commit 37b4fc3

Please sign in to comment.