Commit c8873c66572b9fc77e5e0a9d22c2bcecc521dcdb
use patchcore 1.0.0
Matt McKegg committed on 6/12/2017, 1:40:01 PMParent: 1e424e663092ab3b875ad4dae38a6df91d560e60
Files changed
modules/page/html/render/search.js | changed |
package.json | changed |
modules/page/html/render/search.js | ||
---|---|---|
@@ -9,9 +9,8 @@ | ||
9 | 9 | var defer = require('pull-defer') |
10 | 10 | var pullCat = require('pull-cat') |
11 | 11 | |
12 | 12 | exports.needs = nest({ |
13 | - 'sbot.pull.search': 'first', | |
14 | 13 | 'sbot.pull.log': 'first', |
15 | 14 | 'keys.sync.id': 'first', |
16 | 15 | 'message.html.render': 'first' |
17 | 16 | }) |
package.json | ||
---|---|---|
@@ -38,9 +38,9 @@ | ||
38 | 38 | "mutant-pull-reduce": "^1.1.0", |
39 | 39 | "non-private-ip": "^1.4.1", |
40 | 40 | "on-change-network": "0.0.2", |
41 | 41 | "on-wakeup": "^1.0.1", |
42 | - "patchcore": "github:ssbc/patchcore#with-flume-indexes", | |
42 | + "patchcore": "~1.0.0", | |
43 | 43 | "patchwork-gatherings": "^1.0.2", |
44 | 44 | "pull-abortable": "^4.1.0", |
45 | 45 | "pull-defer": "^0.2.2", |
46 | 46 | "pull-file": "~1.0.0", |
Built with git-ssb-web