Fix nimble warning

Nimble warns about .nim files that are outside of the 'nimbus' directory
when they are not mentioned in the skipDirs.
This commit is contained in:
Mark Spanbroek 2018-06-19 21:17:20 +02:00
parent eacf13ed97
commit d1d7e2342e
1 changed files with 1 additions and 1 deletions

View File

@ -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",