diff --git a/nimbus.nimble b/nimbus.nimble index ccfe54dae..82cd6db34 100644 --- a/nimbus.nimble +++ b/nimbus.nimble @@ -5,7 +5,7 @@ version = "0.1.0" author = "Status Research & Development GmbH" description = "An Ethereum 2.0 Sharding Client for Resource-Restricted Devices" license = "Apache License 2.0" -skipDirs = @["tests"] +skipDirs = @["tests", "examples"] requires "nim >= 0.18.1", "nimcrypto",