Merge pull request #54 from markspanbroek/fix-nimble-warning

Fix nimble warning
This commit is contained in:
Yuriy Glukhov 2018-06-20 11:07:48 +03:00 committed by GitHub
commit 5bd35e5c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",