Skip to content

Commit

Permalink
chore: change username
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Jul 15, 2018
1 parent b9d50c5 commit 968717a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Calls the the Angular `TestBed.get` function.

## Usage

You can find some examples in the [tests folder](https://github.com/tdeschryver/ngx-testing-library/tree/master/projects/ngx-testing-library/tests).
You can find some examples in the [tests folder](https://github.com/timdeschryver/ngx-testing-library/tree/master/projects/ngx-testing-library/tests).

Here is how "default" specifications are written with `ngx-testing-library`.

Expand Down Expand Up @@ -177,7 +177,7 @@ MIT
[npm-badge]: https://img.shields.io/npm/v/ngx-testing-library.svg
[npm]: https://www.npmjs.com/package/ngx-testing-library
[license-badge]: https://img.shields.io/npm/l/ngx-testing-library.svg?style=flat-square
[license]: https://github.com/tdeschryver/ngx-testing-library/blob/master/LICENSE
[license]: https://github.com/timdeschryver/ngx-testing-library/blob/master/LICENSE
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/tdeschryver/ngx-testing-library/blob/master/CODE_OF_CONDUCT.md
[coc]: https://github.com/timdeschryver/ngx-testing-library/blob/master/CODE_OF_CONDUCT.md
[dom-testing-library]: https://github.com/kentcdodds/dom-testing-library
6 changes: 3 additions & 3 deletions projects/ngx-testing-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Test your Angular components with the dom-testing-library",
"repository": {
"type": "git",
"url": "git+https://github.com/tdeschryver/ngx-testing-library.git"
"url": "git+https://github.com/timdeschryver/ngx-testing-library.git"
},
"keywords": [
"angular",
Expand All @@ -18,9 +18,9 @@
"author": "Tim Deschryver",
"license": "MIT",
"bugs": {
"url": "https://github.com/tdeschryver/ngx-testing-library/issues"
"url": "https://github.com/tdeschrtimdeschryveryver/ngx-testing-library/issues"
},
"homepage": "https://github.com/tdeschryver/ngx-testing-library#readme",
"homepage": "https://github.com/timdeschryver/ngx-testing-library#readme",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
Expand Down

0 comments on commit 968717a

Please sign in to comment.