diff --git a/README.md b/README.md index f76ac15..1739753 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Types for Telegram Web Apps + https://core.telegram.org/bots/webapps diff --git a/package.json b/package.json index a531960..d0c5f17 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,17 @@ "name": "telegram-webapps", "version": "0.0.1", "description": "Types for Telegram Web Apps", - "keywords": ["telegram", "telegram-webapps", "types"], + "keywords": [ + "telegram", + "telegram-webapps", + "types" + ], "homepage": "https://github.com/DavisDmitry/telegram-webapps", "license": "MIT", "author": "Dmitry Davis ", - "files": ["src"], + "files": [ + "src" + ], "types": "src/index.d.ts", "repository": { "type": "git",