Skip to content

Commit 1f7e18b

Browse files
authoredJul 30, 2023
fix: remove redundant nat-api override (#1906)
`nat-api` isn't used by this module any more.
1 parent a41d25d commit 1f7e18b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎packages/libp2p/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@
191191
"sinon-ts": "^1.0.0"
192192
},
193193
"browser": {
194-
"./dist/src/config/connection-gater.js": "./dist/src/config/connection-gater.browser.js",
195-
"nat-api": false
194+
"./dist/src/config/connection-gater.js": "./dist/src/config/connection-gater.browser.js"
196195
}
197196
}

0 commit comments

Comments
 (0)
Please sign in to comment.