Commit 07198b454eadad3109f5692b847cb5c3b4679a41
this will work with scuttlebot@4, after https://github.com/ssbc/scuttlebot/pull/134 is merged
Dominic Tarr committed on 3/22/2015, 7:27:57 AMParent: 0e358d0e8e4ca71ca7ba37a67f2226bf1531dc13
Files changed
package.json | changed |
package.json | |||
---|---|---|---|
@@ -14,21 +14,22 @@ | |||
14 | 14 … | "muxrpc": "~3.3.1", | |
15 | 15 … | "pull-stream": "~2.26.0", | |
16 | 16 … | "pull-serializer": "~0.3.2", | |
17 | 17 … | "pull-ws-server": "~1.3.0", | |
18 | - "secure-scuttlebutt": "~9.0.1", | ||
19 | 18 … | "ssb-address": "~1.0.0", | |
20 | 19 … | "ssb-keys": "~0.6.0", | |
21 | 20 … | "ssb-manifest": "~1.1.0", | |
22 | - "ssb-config": "~1.0.0" | ||
21 … | + "ssb-config": "~1.0.0", | ||
22 … | + "ssb-feed": "~0.0.1" | ||
23 | 23 … | }, | |
24 | 24 … | "devDependencies": { | |
25 | 25 … | "levelup": "~0.19.0", | |
26 | 26 … | "level-sublevel": "~6.4.6", | |
27 | 27 … | "memdown": "~1.0.0", | |
28 | - "scuttlebot": "~3.0.0", | ||
28 … | + "scuttlebot": "~4.0.0", | ||
29 | 29 … | "ssb-msg-schemas": "~2.0.0", | |
30 | - "tape": "~2.12.3" | ||
30 … | + "tape": "~2.12.3", | ||
31 … | + "ssb-feed": "~0.0.1" | ||
31 | 32 … | }, | |
32 | 33 … | "author": "Paul Frazee <pfrazee@gmail.com>", | |
33 | 34 … | "license": "MIT", | |
34 | 35 … | "bugs": { | |
Built with git-ssb-web