From 4847523cc18a520f96e869b34e68c3c7c0f6331a Mon Sep 17 00:00:00 2001 From: teidesu <86301490+teidesu@users.noreply.github.com> Date: Mon, 12 Sep 2022 14:50:43 +0300 Subject: [PATCH] build: updated name in package.json again. i am actually braindead --- package.json | 2 +- packages/i18n/package.json | 2 +- tl-reference/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d91a60aa..e8e0ecc7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "1.0.0", "description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS", "license": "LGPL-3.0", - "author": "Alisa Sireneva ", + "author": "Alina Sireneva ", "scripts": { "test-all": "pnpm run -r test", "lint": "eslint \"packages/**/*.ts\"", diff --git a/packages/i18n/package.json b/packages/i18n/package.json index a79a4f0a..a5c0330a 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -3,7 +3,7 @@ "private": true, "version": "1.0.0", "description": "I18n for MTCute", - "author": "Alisa Sireneva ", + "author": "Alina Sireneva ", "license": "LGPL-3.0", "main": "src/index.ts", "scripts": { diff --git a/tl-reference/package.json b/tl-reference/package.json index 4d5fb901..6e071c5a 100644 --- a/tl-reference/package.json +++ b/tl-reference/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "private": true, "description": "TL reference", - "author": "Alisa Sireneva ", + "author": "Alina Sireneva ", "scripts": { "develop": "gatsby develop --port 4040", "start": "gatsby develop",