From f7cc2bff5e27d80a4ee7de75fa87c472048c64ac Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Sun, 19 Feb 2023 17:58:22 +0000 Subject: [PATCH] typescript: add to authors --- typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/package.json b/typescript/package.json index 9fa0f2501..f98aae1e3 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,7 +1,7 @@ { "name": "Bangle.ts", "description": "Bangle.js Typescript Project Setup and Types", - "author": "Sebastian Di Luzio (https://diluz.io) and qucchia (https://github.com/qucchia)", + "author": "Sebastian Di Luzio (https://diluz.io), qucchia (https://github.com/qucchia) and Rob Pilling (https://github.com/bobrippling)", "version": "0.0.1", "devDependencies": { "typescript": "4.9.4"