Skip to content

Commit 0ac20ba

Browse files
authoredDec 11, 2020
fix: tell bundlers to return false for node dns module (#163)
1 parent 1cc85e3 commit 0ac20ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
"license": "MIT",
3232
"bugs": "https://github.com/multiformats/js-multiaddr/issues",
3333
"homepage": "https://github.com/multiformats/js-multiaddr",
34+
"browser": {
35+
"dns": false
36+
},
3437
"dependencies": {
3538
"cids": "^1.0.0",
3639
"class-is": "^1.1.0",

0 commit comments

Comments
 (0)