Skip to content

Commit

Permalink
correct peer dependencies, textual fixes in readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Nederhoff committed Jul 11, 2019
1 parent af2aacc commit 495fa80
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
# Changelog

## v2.0.2 (2019-7-03)
added testcafe 1.3.0 features:
## v2.0.2 (2019-7-11)
added testcafe 1.3.1 features:
* added tsConfigPath entry in the schema

## v2.0.1 (2019-06-12)
Bugfixes:
* console error for testcafe runner failures
* fixed reporters

## v2.0.0 (2019-6-12)
bugfixes:
* console error for testcafe runner failures
* fixed reporters

## v2.0.0 (2019-6-11)
compatible with Angular 8

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ $ npm pack
* remote browsers
* QR code
* tests
* support for testcafe version 1.3.0
2 changes: 1 addition & 1 deletion demo-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"typescript": "^3.5.1"
},
"peerDependencies": {
"testcafe": ">=1.1.0"
"testcafe": ">=1.3.0",
"@angular/core": ">=8.0.0"
},
"dependencies": {
"lodash": "4.17.12"
Expand Down

0 comments on commit 495fa80

Please sign in to comment.