Skip to content

Commit 846fa13

Browse files
authored
fix(nimble): install should not install non-libp2p dependencies (#1871)
1 parent c57330b commit 846fa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libp2p.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "1.14.3"
55
author = "Status Research & Development GmbH"
66
description = "LibP2P implementation"
77
license = "MIT"
8-
skipDirs = @["tests", "examples", "Nim", "tools", "scripts", "docs"]
8+
skipDirs = @["cbind", "examples", "interop", "performance", "tests", "tools"]
99

1010
requires "nim >= 2.0.0",
1111
"nimcrypto >= 0.6.0", "dnsclient >= 0.3.0 & < 0.4.0", "bearssl >= 0.2.5",

0 commit comments

Comments
 (0)