diff --git a/.all-contributorsrc b/.all-contributorsrc index bc403e2..e69da64 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -322,6 +322,15 @@ "code", "test" ] + }, + { + "login": "shaman-apprentice", + "name": "Torsten Knauf", + "avatar_url": "https://avatars.githubusercontent.com/u/3596742?v=4", + "profile": "https://github.com/shaman-apprentice", + "contributions": [ + "maintenance" + ] } ], "contributorsPerLine": 7, diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69e0fda..bcb1859 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,7 @@ on: - 'main' - 'beta' pull_request: {} + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8c53210..d3ecd5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Hi there, thanks for being willing to contribute! ## Setup - Fork and clone the repository -- Install dependencies via via `npm install` +- Install dependencies via `npm install` - Create a new feature branch via `git checkout -b feature-branch-name` ## Testing diff --git a/README.md b/README.md index 231a0a0..f9bfa78 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ Thanks goes to these people ([emoji key][emojis]): Rokas Brazdžionis
Rokas Brazdžionis

💻 Mateus Duraes
Mateus Duraes

💻 Josh Joseph
Josh Joseph

💻 ⚠️ + Torsten Knauf
Torsten Knauf

🚧 diff --git a/projects/testing-library/package.json b/projects/testing-library/package.json index 59ac5d2..0106b93 100644 --- a/projects/testing-library/package.json +++ b/projects/testing-library/package.json @@ -32,8 +32,7 @@ "@angular/common": ">= 14.0.0", "@angular/platform-browser": ">= 14.0.0", "@angular/router": ">= 14.0.0", - "@angular/core": ">= 14.0.0", - "rxjs": ">= 7.4.0" + "@angular/core": ">= 14.0.0" }, "dependencies": { "@testing-library/dom": "^8.0.0",