Now depending on min instead of minim.
h3rald h3rald@h3rald.com
Sun, 05 Mar 2017 14:02:28 +0100
2 files changed,
6 insertions(+),
6 deletions(-)
M
hastysite.nim
→
hastysite.nim
@@ -12,7 +12,7 @@ logging
import packages/NimYAML/yaml, - packages/minim/minim, + packages/min/min, packages/hastyscribe/hastyscribe import@@ -44,7 +44,7 @@ MetadataRequiredException* = ref Exception
setLogFilter(lvlNotice) -#### MiNiM Library +#### min Library proc hastysite_module*(i: In, hs: HastySite) = i.define("hastysite")
M
nifty.json
→
nifty.json
@@ -37,11 +37,11 @@ "name": "hastyscribe",
"git": true, "src": "https://github.com/h3rald/hastyscribe.git" }, - "minim": + "min": { - "name": "minim", + "name": "min", "git": true, - "src": "https://github.com/h3rald/minim.git" + "src": "https://github.com/h3rald/min.git" }, "commandeer": {@@ -50,4 +50,4 @@ "src": "https://github.com/fenekku/commandeer.git",
"git": true } } -}+}