all repos — hastyscribe @ c3c30aea26221dcdf436a1666c321c5cd134e227

A professional markdown compiler.

Testing nimble install.
h3rald h3rald@h3rald.com
Sun, 21 Oct 2018 15:45:23 +0200
commit

c3c30aea26221dcdf436a1666c321c5cd134e227

parent

36221492aea85414305492655900cfe6f34a86f1

1 files changed, 2 insertions(+), 3 deletions(-)

jump to
M hastyscribe.nimblehastyscribe.nimble

@@ -18,16 +18,15 @@ description = pkgDescription

license = "MIT" bin = @["hastyscribe"] srcDir = "src" -installExt = @["nim"] +installExt = @["nim", "json"] requires "nim >= 0.19.0" before install: exec "nifty install" - installDirs.add "packages" after install: - exec "ls ." + exec "nifty install" # Tasks