all repos — archive/homestead @ 6f9b41464f25d12a24b2672dbf12b43c7df81dd2

My future indieweb platform

refactor: Replace stream-array with highland Works with more than just arrays. Iterators in particular are useful

Alan Pearce
commit

6f9b41464f25d12a24b2672dbf12b43c7df81dd2

parent

b959fe891cc975038a1d34b51192365b55cb7e7e

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M package.jsonpackage.json
@@ -31,13 +31,13 @@ },
"dependencies": { "configly": "^4.1.0", "gray-matter": "^2.1.1", + "highland": "^2.11.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", - "stream-array": "^1.1.2", "toml": "^2.3.2" } }