git ssb

0+

cel / ssb-clingy



Commit 43ab662645b30ae7c2b323e0150c0e1b83009263

fix name

Joran committed on 6/21/2019, 9:35:17 AM
Parent: d9847aabb787c7325e84aef2cd0c3003cdee1fbb

Files changed

index.jschanged
package.jsonchanged
index.jsView
@@ -1,9 +1,9 @@
11 // Clingy Plugin
22 //
33 // 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'
66
77 exports.init = function (api, opts) {
88 api.auth.hook(function (fn, args) {
99 var connecting_id = args[0]
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "ssb-clingy",
3- "version": "1.0.2",
3 + "version": "1.0.3",
44 "description": "Friendly follow-back behaviour for strangers who connect to a scuttlebutt instance",
55 "main": "index.js",
66 "scripts": {
77 "test": "echo \"Error: no test specified\" && exit 1"

Built with git-ssb-web