Commit 58822bb7ff184dc7863964b997e729f9dce50a06
add metadata
Joran committed on 6/21/2019, 9:28:23 AMParent: 37bc14fd6c074878351cfb7c4b80d24eebfc5b83
Files changed
index.js | changed |
package.json | changed |
index.js | ||
---|---|---|
@@ -1,7 +1,10 @@ | ||
1 | 1 … | // Clingy Plugin |
2 | 2 … | // |
3 | 3 … | // Will follow any connecting id unless already following |
4 … | +exports.name = 'ssb-clingy' | |
5 … | +exports.version = '1.0.1' | |
6 … | + | |
4 | 7 … | module.exports = function (api, opts) { |
5 | 8 … | api.auth.hook(function (fn, args) { |
6 | 9 … | var connecting_id = args[0] |
7 | 10 … | var our_id = api.whoami().id |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "ssb-clingy", |
3 | - "version": "1.0.0", | |
3 … | + "version": "1.0.1", | |
4 | 4 … | "description": "Friendly follow-back behaviour for strangers who connect to a scuttlebutt instance", |
5 | 5 … | "main": "index.js", |
6 | 6 … | "scripts": { |
7 | 7 … | "test": "echo \"Error: no test specified\" && exit 1" |
Built with git-ssb-web