Skip to content

Commit

Permalink
fix: revert react-native changes in #403 (#405)
Browse files Browse the repository at this point in the history
It turns out this isn't necessary so revert the changes.

Also, we don't depend on node's `util` so no need to override that
in the browser field.
  • Loading branch information
achingbrain authored Dec 9, 2023
1 parent 233144f commit f5046cd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@
"sinon": "^17.0.1"
},
"browser": {
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js",
"util": false
},
"react-native": {
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js",
"util": false
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js"
}
}

0 comments on commit f5046cd

Please sign in to comment.