Skip to content

Commit

Permalink
fix: remove browser exports due to Jest issues jsdom as `testEnviro…
Browse files Browse the repository at this point in the history
…nment`
  • Loading branch information
jlp-craigmorten committed Jun 24, 2024
1 parent c72bdb0 commit f9962a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidepup/virtual-screen-reader",
"version": "0.24.2",
"version": "0.25.0",
"description": "Virtual Screen Reader driver for unit test automation.",
"author": "Craig Morten <craig.morten@hotmail.co.uk>",
"license": "MIT",
Expand All @@ -20,13 +20,11 @@
"guidepup"
],
"types": "./lib/esm/index.d.mts",
"browser": "./lib/esm/index.browser.js",
"module": "./lib/esm/index.legacy-esm.js",
"main": "./lib/cjs/index.min.js",
"exports": {
".": {
"types": "./lib/esm/index.d.mts",
"browser": "./lib/esm/index.browser.js",
"import": "./lib/esm/index.mjs",
"require": "./lib/cjs/index.min.js",
"default": "./lib/cjs/index.min.js"
Expand Down

0 comments on commit f9962a0

Please sign in to comment.