all repos — archive/homestead @ f9fd0d795fb7bff10cb759f2300200d50b0fbab3

My future indieweb platform

feat: Streaming DOM templates via rheo

Alan Pearce
commit

f9fd0d795fb7bff10cb759f2300200d50b0fbab3

parent

4d6378483d46806d0006d6e5755e0eedd6372154

1 file changed, 2 insertions(+), 1 deletion(-)

changed files
M package.jsonpackage.json
@@ -32,10 +32,11 @@ "dependencies": {
"configly": "^4.1.0", "gray-matter": "^2.1.1", "koa": "^2.2.0", - "koa-nunjucks-next": "^1.1.3", "koa-router": "^7.2.1", "koa-send": "^4.1.0", "markdown-it": "^8.3.1", + "rheo": "^2.2.0", + "stream-array": "^1.1.2", "toml": "^2.3.2" } }