about summary refs log tree commit diff stats
path: root/package.json
diff options
context:
space:
mode:
authorAlan Pearce2017-06-25 13:13:19 +0200
committerAlan Pearce2017-06-25 13:13:19 +0200
commit6f9b41464f25d12a24b2672dbf12b43c7df81dd2 (patch)
treebe20f96c408668e589199aff4746ada463076cb1 /package.json
parentb959fe891cc975038a1d34b51192365b55cb7e7e (diff)
downloadhomestead-6f9b41464f25d12a24b2672dbf12b43c7df81dd2.tar.lz
homestead-6f9b41464f25d12a24b2672dbf12b43c7df81dd2.tar.zst
homestead-6f9b41464f25d12a24b2672dbf12b43c7df81dd2.zip
refactor: Replace stream-array with highland
Works with more than just arrays.  Iterators in particular are useful
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 674af3e..858e015 100644
--- a/package.json
+++ b/package.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"
   }
 }