git ssb

0+

Dominic / ssb-peer-invites



Commit d7f18bb72566f32143d78451ca1a2eefb974f3ef

add missing deps (so can run tests)

mixmix committed on 2/4/2019, 12:50:03 AM
Parent: 31ba9f2ced690940575b567c8e7a790e97e21ec3

Files changed

package.jsonchanged
.gitignoreadded
package.jsonView
@@ -1,28 +1,31 @@
11 {
2- "name": "ssb-user-invites",
2 + "name": "ssb-peer-invites",
33 "description": "",
44 "version": "1.1.2",
5- "homepage": "https://github.com/dominictarr/user-invites",
5 + "homepage": "https://github.com/dominictarr/peer-invites",
66 "repository": {
77 "type": "git",
8- "url": "git://github.com/dominictarr/user-invites.git"
8 + "url": "git://github.com/dominictarr/peer-invites.git"
99 },
1010 "dependencies": {
11 + "chloride": "^2.2.10",
1112 "deep-equals": "0.0.2",
12- "flumeview-reduce": "^1.3.12",
13 + "flumeview-reduce": "^1.3.14",
1314 "is-canonical-base64": "^1.1.1",
1415 "pull-paramap": "^1.2.2",
1516 "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"
1920 },
2021 "devDependencies": {
2122 "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",
2326 "ssb-validate": "^3.0.1",
24- "tape": "^4.8.0"
27 + "tape": "^4.9.2"
2528 },
2629 "scripts": {
2730 "test": "set -e; for t in test/*.js; do node $t; done"
2831 },
.gitignoreView
@@ -1,0 +1,2 @@
1 +node_modules
2 +package-lock.json

Built with git-ssb-web