git ssb

0+

cel / ssb-clingy



Commit 147f6dfd9b9168b1946865ecf7355798c23e5283

manifest blah blah

Joran committed on 6/21/2019, 9:37:53 AM
Parent: 43ab662645b30ae7c2b323e0150c0e1b83009263

Files changed

index.jschanged
package.jsonchanged
index.jsView
@@ -1,9 +1,10 @@
11 // Clingy Plugin
22 //
33 // Will follow any connecting id unless already following
44 exports.name = 'clingy'
5-exports.version = '1.0.3'
5 +exports.version = '1.0.4'
6 +exports.manifest = {}
67
78 exports.init = function (api, opts) {
89 api.auth.hook(function (fn, args) {
910 var connecting_id = args[0]
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "ssb-clingy",
3- "version": "1.0.3",
3 + "version": "1.0.4",
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