Skip to content

Commit

Permalink
fix: issue joe-bell#147 where map files are not present for esm files
Browse files Browse the repository at this point in the history
  • Loading branch information
pfried authored Apr 21, 2023
1 parent 8776d00 commit 7666543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/class-variance-authority/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist/*.mjs",
"dist/*.mjs.map",
"dist/*.js",
"dist/*.js.map",
"dist/*.d.ts"
Expand Down
1 change: 1 addition & 0 deletions packages/cva/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"types": "./dist/index.d.ts",
"files": [
"dist/*.mjs",
"dist/*.mjs.map",
"dist/*.js",
"dist/*.js.map",
"dist/*.d.ts"
Expand Down

0 comments on commit 7666543

Please sign in to comment.