Commit 43ab662645b30ae7c2b323e0150c0e1b83009263
fix name
Joran committed on 6/21/2019, 9:35:17 AMParent: d9847aabb787c7325e84aef2cd0c3003cdee1fbb
Files changed
index.js | changed |
package.json | changed |
index.js | ||
---|---|---|
@@ -1,9 +1,9 @@ | ||
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.2' | |
4 … | +exports.name = 'clingy' | |
5 … | +exports.version = '1.0.3' | |
6 | 6 … | |
7 | 7 … | exports.init = function (api, opts) { |
8 | 8 … | api.auth.hook(function (fn, args) { |
9 | 9 … | var connecting_id = args[0] |
package.json | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | { |
2 | 2 … | "name": "ssb-clingy", |
3 | - "version": "1.0.2", | |
3 … | + "version": "1.0.3", | |
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