Commit 1e900424c4eed54c9b8e8d2ef56c1e490498b3bf
scuttlebot is now devdep, use secret-stack directly
Dominic Tarr committed on 12/19/2015, 10:47:40 PMParent: bf495627b2e9547f46393b5b8d9c449b7561ee45
Files changed
package.json | changed |
package.json | ||
---|---|---|
@@ -10,13 +10,15 @@ | ||
10 | 10 | "type": "git", |
11 | 11 | "url": "https://github.com/ssbc/ssb-client.git" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | - "scuttlebot": "^7.3.2", | |
14 | + "explain-error": "^1.0.1", | |
15 | + "secret-stack": "^2.1.0", | |
15 | 16 | "ssb-config": "^1.1.0", |
16 | 17 | "ssb-keys": "^4.0.3" |
17 | 18 | }, |
18 | 19 | "devDependencies": { |
20 | + "scuttlebot": "^7.3.4", | |
19 | 21 | "tape": "^4.2.0" |
20 | 22 | }, |
21 | 23 | "author": "Paul Frazee <pfrazee@gmail.com>", |
22 | 24 | "license": "MIT", |
Built with git-ssb-web