Added json extension to list of files to install.
h3rald h3rald@h3rald.com
Wed, 24 Oct 2018 21:17:51 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
litestore.nimble
→
litestore.nimble
@@ -20,7 +20,7 @@ license = pkgLicense
bin = @[pkgName] srcDir = "src" skipDirs = @["test"] -installExt = @["nim", "c", "h"] +installExt = @["nim", "c", "h", "json"] # Dependencies