Commit d7f18bb72566f32143d78451ca1a2eefb974f3ef
add missing deps (so can run tests)
mixmix committed on 2/4/2019, 12:50:03 AMParent: 31ba9f2ced690940575b567c8e7a790e97e21ec3
Files changed
package.json | changed |
.gitignore | added |
package.json | |||
---|---|---|---|
@@ -1,28 +1,31 @@ | |||
1 | 1 … | { | |
2 | - "name": "ssb-user-invites", | ||
2 … | + "name": "ssb-peer-invites", | ||
3 | 3 … | "description": "", | |
4 | 4 … | "version": "1.1.2", | |
5 | - "homepage": "https://github.com/dominictarr/user-invites", | ||
5 … | + "homepage": "https://github.com/dominictarr/peer-invites", | ||
6 | 6 … | "repository": { | |
7 | 7 … | "type": "git", | |
8 | - "url": "git://github.com/dominictarr/user-invites.git" | ||
8 … | + "url": "git://github.com/dominictarr/peer-invites.git" | ||
9 | 9 … | }, | |
10 | 10 … | "dependencies": { | |
11 … | + "chloride": "^2.2.10", | ||
11 | 12 … | "deep-equals": "0.0.2", | |
12 | - "flumeview-reduce": "^1.3.12", | ||
13 … | + "flumeview-reduce": "^1.3.14", | ||
13 | 14 … | "is-canonical-base64": "^1.1.1", | |
14 | 15 … | "pull-paramap": "^1.2.2", | |
15 | 16 … | "pull-stream": "^3.6.9", | |
16 | - "ssb-client": "^4.6.0", | ||
17 | - "ssb-keys": "^7.0.14", | ||
18 | - "ssb-ref": "^2.9.1" | ||
17 … | + "ssb-client": "^4.6.1", | ||
18 … | + "ssb-keys": "^7.1.4", | ||
19 … | + "ssb-ref": "^2.13.9" | ||
19 | 20 … | }, | |
20 | 21 … | "devDependencies": { | |
21 | 22 … | "explain-error": "^1.0.4", | |
22 | - "scuttlebot": "^13.2.1", | ||
23 … | + "scuttlebot": "^13.2.2", | ||
24 … | + "ssb-device-address": "^1.1.2", | ||
25 … | + "ssb-identities": "^2.0.7", | ||
23 | 26 … | "ssb-validate": "^3.0.1", | |
24 | - "tape": "^4.8.0" | ||
27 … | + "tape": "^4.9.2" | ||
25 | 28 … | }, | |
26 | 29 … | "scripts": { | |
27 | 30 … | "test": "set -e; for t in test/*.js; do node $t; done" | |
28 | 31 … | }, |
Built with git-ssb-web