From 99755338d285135a8fc52ff8131b8482854d58aa Mon Sep 17 00:00:00 2001
From: Alexander Bukhalo
Date: Tue, 5 Jan 2021 16:18:37 +0300
Subject: [PATCH] chore(): update package info
---
package.json | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 2e560d1..15239fd 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,6 @@
{
"name": "nestjs-telegraf",
"version": "2.0.0",
- "main": "./dist/index.js",
- "types": "./dist/index.d.ts",
"description": "Telegraf module for NestJS",
"keywords": [
"nest",
@@ -23,8 +21,19 @@
"license": "MIT",
"author": "Alexander Bukhalo ",
"contributors": [
- "Alexander Bukhalo (https://bukhalo.com/)"
+ {
+ "name": "Arthur Asimov",
+ "email": "arthur.asimov.z0@gmail.com"
+ }
],
+ "funding": [
+ {
+ "type": "individual",
+ "url": "https://www.tinkoff.ru/sl/95M2htqoxux"
+ }
+ ],
+ "main": "./dist/index.js",
+ "types": "./dist/index.d.ts",
"repository": "git@github.com:bukhalo/nestjs-telegraf.git",
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",