chore: update meta info

This commit is contained in:
Aleksandr Bukhalo 2020-04-24 13:59:33 +03:00
parent 13bd232ae3
commit 81261e1dc9
4 changed files with 10 additions and 11 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 - present robotmafia Inc. & Bukhalo Aleksandr Aleksandrovich & Igor Kamyshev
Copyright (c) 2019 - present Bukhalo Aleksandr Aleksandrovich
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -153,8 +153,8 @@ Nest is an MIT-licensed open source project. It can grow thanks to the sponsors
## People
- Authors - [robotmafia Inc.](https://robotmafia.io) & [Aleksandr Bukhalo](https://bukhalo.com/) & [Igor Kamyshev](https://kamyshev.me/)
- Maintainers - [robotmafia Inc.](https://robotmafia.io/)
- Authors - [Aleksandr Bukhalo](https://bukhalo.com/) & [Igor Kamyshev](https://kamyshev.me/)
- Maintainers - [Aleksandr Bukhalo](https://bukhalo.com/)
- Website - [https://nestjs.com](https://nestjs.com/)
## License

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{
"name": "@robotmafia-inc/nestjs-telegraf",
"name": "nestjs-telegraf",
"version": "1.0.2",
"lockfileVersion": 1,
"requires": true,

View File

@ -1,5 +1,5 @@
{
"name": "@robotmafia-inc/nestjs-telegraf",
"name": "nestjs-telegraf",
"version": "1.0.2",
"description": "Telegraf module for NestJS",
"keywords": [
@ -14,18 +14,17 @@
"bot api",
"bot framework"
],
"homepage": "https://github.com/robotmafia-inc/nestjs-telegraf#readme",
"homepage": "https://github.com/bukhalo/nestjs-telegraf#readme",
"bugs": {
"url": "https://github.com/robotmafia-inc/nestjs-telegraf/issues"
"url": "https://github.com/bukhalo/nestjs-telegraf/issues"
},
"license": "MIT",
"author": "robotmafia Inc. <hello@robotmafia.io>",
"author": "Aleksandr Bukhalo <a@bukhalo.com>",
"contributors": [
"donbot <donbot@robotmafia.io>",
"Aleksandr Bukhalo <aleksandr@bukhalo.com> (https://bukhalo.com/)",
"Aleksandr Bukhalo <a@bukhalo.com> (https://bukhalo.com/)",
"Igor Kamyshev <igor@kamyshev.me> (https://kamyshev.me/)"
],
"repository": "git@github.com:robotmafia-inc/nestjs-telegraf.git",
"repository": "git@github.com:bukhalo/nestjs-telegraf.git",
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",
"precommit": "lint-staged",