Skip to content

Commit f5046cd

Browse files
authored
fix: revert react-native changes in #403 (#405)
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.
1 parent 233144f commit f5046cd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@
109109
"sinon": "^17.0.1"
110110
},
111111
"browser": {
112-
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js",
113-
"util": false
114-
},
115-
"react-native": {
116-
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js",
117-
"util": false
112+
"./dist/src/crypto/index.js": "./dist/src/crypto/index.browser.js"
118113
}
119114
}

0 commit comments

Comments
 (0)