diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-20 19:34:32 -0700 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-04-20 20:01:35 -0700 |
commit | 75fa67ce9869076f2d1994902b2a6a2c14807856 (patch) | |
tree | 8800b6fa7fd2e13ec28f079f2970438996a1f353 /package.json | |
parent | e46be6be1dc1edb50867e971eced70a5a1e78295 (diff) | |
download | patchfoo-75fa67ce9869076f2d1994902b2a6a2c14807856.tar.gz patchfoo-75fa67ce9869076f2d1994902b2a6a2c14807856.zip |
Factor out contacts stream handling
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json index 28f1704..1bc5812 100644 --- a/package.json +++ b/package.json @@ -13,15 +13,14 @@ "mime-types": "^2.1.12", "multicb": "^1.2.1", "pull-cat": "^1.1.11", - "pull-defer": "^0.2.2", "pull-hash": "^1.0.0", "pull-hyperscript": "^0.2.2", "pull-identify-filetype": "^1.1.0", - "pull-many": "^1.0.8", "pull-paginate": "^1.0.0", "pull-paramap": "^1.2.1", "pull-stream": "^3.5.0", "ssb-avatar": "^0.2.0", + "ssb-contact": "^1.0.0", "ssb-marked": "^0.7.1", "ssb-mentions": "^0.2.0", "ssb-party": "^0.3.0", |