Skip to content

Commit

Permalink
feat: fix files prop in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdonovan committed Oct 27, 2024
1 parent 214d3d0 commit c2449cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"require": "./dist/cjs/index.js"
},
"files": [
"dist/cjs/**/*.cjs",
"dist/esm/**/*.js",
"dist/cjs",
"dist/esm",
"dist/tsc/**/*.d.ts"
],
"scripts": {
Expand Down

0 comments on commit c2449cf

Please sign in to comment.