build: updated name in package.json

again. i am actually braindead
This commit is contained in:
teidesu 2022-09-12 14:50:43 +03:00
parent b96c1407d0
commit 4847523cc1
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS", "description": "Type-safe library for MTProto (Telegram API) for browser and NodeJS",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"author": "Alisa Sireneva <me@tei.su>", "author": "Alina Sireneva <me@tei.su>",
"scripts": { "scripts": {
"test-all": "pnpm run -r test", "test-all": "pnpm run -r test",
"lint": "eslint \"packages/**/*.ts\"", "lint": "eslint \"packages/**/*.ts\"",

View file

@ -3,7 +3,7 @@
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.0",
"description": "I18n for MTCute", "description": "I18n for MTCute",
"author": "Alisa Sireneva <me@tei.su>", "author": "Alina Sireneva <me@tei.su>",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"main": "src/index.ts", "main": "src/index.ts",
"scripts": { "scripts": {

View file

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"description": "TL reference", "description": "TL reference",
"author": "Alisa Sireneva <me@tei.su>", "author": "Alina Sireneva <me@tei.su>",
"scripts": { "scripts": {
"develop": "gatsby develop --port 4040", "develop": "gatsby develop --port 4040",
"start": "gatsby develop", "start": "gatsby develop",