Skip to content

Commit

Permalink
BREAKING: drop CJS export, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Nov 21, 2023
1 parent ebfd895 commit 1602b46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"exports": {
".": {
"types": "./dist/vitest-when.d.ts",
"import": "./dist/vitest-when.js",
"require": "./dist/vitest-when.cjs"
"import": "./dist/vitest-when.js"
}
},
"types": "./dist/vitest-when.d.ts",
Expand Down

0 comments on commit 1602b46

Please sign in to comment.