From ceb49561ec4260c7db2c3f0c54734b609a28f65f Mon Sep 17 00:00:00 2001 From: Karl von Randow Date: Sun, 19 Jan 2025 09:15:17 +1300 Subject: [PATCH] chore: add myself as a contributor in package.json --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index da83be4..555df42 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,11 @@ "author": { "name": "RayanKhan" }, + "contributors": [ + { + "name": "Karl von Randow" + } + ], "bugs": { "url": "https://github.com/homebridge-plugins/homebridge-roomba2/issues" },