From 81261e1dc90a18b6570665dac008cf1413f7a691 Mon Sep 17 00:00:00 2001 From: Aleksandr Bukhalo Date: Fri, 24 Apr 2020 13:59:33 +0300 Subject: [PATCH] chore: update meta info --- LICENSE.md | 2 +- README.md | 4 ++-- package-lock.json | 2 +- package.json | 13 ++++++------- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 4192a57..b76d197 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/README.md b/README.md index 04315b7..0461ca9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index f711b78..f4d5472 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "@robotmafia-inc/nestjs-telegraf", + "name": "nestjs-telegraf", "version": "1.0.2", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index cec95cf..882eeb9 100644 --- a/package.json +++ b/package.json @@ -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. ", + "author": "Aleksandr Bukhalo ", "contributors": [ - "donbot ", - "Aleksandr Bukhalo (https://bukhalo.com/)", + "Aleksandr Bukhalo (https://bukhalo.com/)", "Igor Kamyshev (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",