Switch templating to hyperfast This also means that highland is not (currently) required
1 file changed, 1 insertion(+), 2 deletions(-)
changed files
M package.json → package.json
@@ -46,14 +46,13 @@ }, "dependencies": { "configly": "^4.1.0", "gray-matter": "^2.1.1", - "highland": "^2.11.0", + "hyperfast": "^2.1.0", "indent-string": "^3.1.0", "koa": "^2.2.0", "koa-helmet": "^3.2.0", "koa-router": "^7.2.1", "koa-send": "^4.1.0", "markdown-it": "^8.3.1", - "rheo": "^2.2.0", "toml": "^2.3.2" } }