diff --git a/.all-contributorsrc b/.all-contributorsrc deleted file mode 100644 index 89a7706..0000000 --- a/.all-contributorsrc +++ /dev/null @@ -1,64 +0,0 @@ -{ - "files": [ - "README.md" - ], - "imageSize": 100, - "commit": false, - "contributors": [ - { - "login": "Sedjj", - "name": "Eldar Salimzebarov", - "avatar_url": "https://avatars3.githubusercontent.com/u/5383030?v=4", - "profile": "https://github.com/Sedjj", - "contributions": [ - "bug" - ] - }, - { - "login": "lamuertepeluda", - "name": "Vito Macchia", - "avatar_url": "https://avatars3.githubusercontent.com/u/2249342?v=4", - "profile": "http://www.ismb.it/vito.macchia", - "contributions": [ - "code", - "bug" - ] - }, - { - "login": "edgesite", - "name": "KITAHARA SETSUNA", - "avatar_url": "https://avatars3.githubusercontent.com/u/10336620?v=4", - "profile": "https://github.com/edgesite", - "contributions": [ - "code", - "bug" - ] - }, - { - "login": "bukhalo", - "name": "Aleksandr Bukhalo", - "avatar_url": "https://avatars2.githubusercontent.com/u/14031838?v=4", - "profile": "https://bukhalo.com/", - "contributions": [ - "code", - "doc", - "review" - ] - }, - { - "login": "VyacheslavSaloidWork", - "name": "Vyacheslav Saloid", - "avatar_url": "https://avatars3.githubusercontent.com/u/43011265?v=4", - "profile": "https://github.com/VyacheslavSaloidWork", - "contributions": [ - "bug" - ] - } - ], - "contributorsPerLine": 7, - "projectName": "nestjs-telegraf", - "projectOwner": "bukhalo", - "repoType": "github", - "repoHost": "https://github.com", - "skipCi": true -} diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 6272f13..7f67c92 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1 @@ -custom: ["https://www.tinkoff.ru/sl/95M2htqoxux"] +custom: ['https://www.tinkoff.ru/sl/95M2htqoxux'] diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 963b673..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 -updates: - # Configuration for npm - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily" - reviewers: - - "bukhalo" - assignees: - - "bukhalo" diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index b49ea91..9fa05dd 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -12,12 +12,12 @@ jobs: strategy: matrix: - node-version: [12.x, 13.x] + node-version: [14.x, 15.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: npm ci diff --git a/.gitignore b/.gitignore index f9a2902..8a8a4fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# lock +package-lock.json +yarn.lock + # dependencies /node_modules diff --git a/LICENSE.md b/LICENSE.md index b76d197..ea14a4f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - present Bukhalo Aleksandr Aleksandrovich +Copyright (c) 2019 - present Alexander Bukhalo (a@bukhalo.com) 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 b3cac93..78ec707 100644 --- a/README.md +++ b/README.md @@ -71,40 +71,3 @@ export class AppService { } } ``` - -## Support - -Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support). - -## People - -- 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 - -Nest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE). - -## Contributors ✨ - -Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): - - - - -
Eldar Salimzebarov 🐛 |
- Vito Macchia 💻 🐛 |
- KITAHARA SETSUNA 💻 🐛 |
- Aleksandr Bukhalo 💻 📖 👀 |
- Vyacheslav Saloid 🐛 |
-