Skip to content

Commit

Permalink
fix: issue with resolving browser utils
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Jun 2, 2021
1 parent 6ca5104 commit fa94d16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"!*.tsbuildinfo"
],
"homepage": "https://github.com/marko-js/testing-library",
"jsnext": "dist/esm/index.js",
"jsnext": "dist/esm",
"keywords": [
"marko",
"testing-library"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"main": "dist/cjs",
"module": "dist/esm",
"peerDependencies": {
"marko": "^3 || ^4 || ^5"
},
Expand Down

0 comments on commit fa94d16

Please sign in to comment.