Skip to content

Commit

Permalink
fix: switch browser and require exports definitions (#2501)
Browse files Browse the repository at this point in the history
Fixes #2462
  • Loading branch information
sronveaux committed Aug 26, 2024
1 parent ec60d89 commit e3c8827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"types": "./dist/index.d.ts",
"node": "./dist/vue-test-utils.cjs.js",
"import": "./dist/vue-test-utils.esm-bundler.mjs",
"browser": "./dist/vue-test-utils.browser.js",
"require": "./dist/vue-test-utils.cjs.js",
"browser": "./dist/vue-test-utils.browser.js",
"default": "./dist/vue-test-utils.cjs.js"
},
"./package.json": "./package.json"
Expand Down

0 comments on commit e3c8827

Please sign in to comment.