Skip to content

Commit

Permalink
install ssb-tangle to speed up likes
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed May 15, 2019
1 parent bd1e37d commit f42417b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 6 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const plugins = [
'ssb-query',
'ssb-search',
'ssb-suggest',
'ssb-tangle',
'ssb-unread'
]

Expand Down
37 changes: 33 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"read-directory": "^3.0.1",
"require-style": "^1.0.1",
"scuttle-blog": "^1.0.1",
"scuttle-thread": "^1.0.1",
"scuttle-thread": "^1.0.2",
"setimmediate": "^1.0.5",
"ssb-about": "^2.0.1",
"ssb-ahoy": "github:ssbc/ssb-ahoy#add_config_picker",
Expand All @@ -114,9 +114,10 @@
"ssb-server": "^14.1.9",
"ssb-sort": "^1.1.0",
"ssb-suggest": "^1.0.4",
"ssb-tangle": "^1.0.1",
"ssb-unread": "^1.0.5",
"ssb-uri": "^1.0.1",
"ssb-ws": "^6.0.0",
"ssb-ws": "6.0.0",
"suggest-box": "^2.2.3",
"text-node-searcher": "^1.1.1",
"xtend": "^4.0.1"
Expand Down

0 comments on commit f42417b

Please sign in to comment.