Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit dc7ce04

Browse files
committedNov 29, 2021
Switch from IPFS_REUSEPORT to LIBP2P_TCP_REUSEPORT
1 parent 9562422 commit dc7ce04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"lint": "aegir lint",
2929
"build": "aegir build",
3030
"pretest": "aegir build --esm-tests",
31-
"test": "cross-env IPFS_REUSEPORT=false aegir test",
32-
"test:node": "cross-env IPFS_REUSEPORT=false aegir test -t node -f test/node.js",
33-
"test:browser": "cross-env IPFS_REUSEPORT=false aegir test -t browser -f test/browser.js",
31+
"test": "cross-env LIBP2P_TCP_REUSEPORT=false aegir test",
32+
"test:node": "cross-env LIBP2P_TCP_REUSEPORT=false aegir test -t node -f test/node.js",
33+
"test:browser": "cross-env LIBP2P_TCP_REUSEPORT=false aegir test -t browser -f test/browser.js",
3434
"dep-check": "aegir dep-check package.json"
3535
},
3636
"repository": {

0 commit comments

Comments
 (0)
This repository has been archived.