Skip to content

Commit 495fa80

Browse files
author
Tim Nederhoff
committed
correct peer dependencies, textual fixes in readme and changelog
1 parent af2aacc commit 495fa80

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
# Changelog
22

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

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

12-
## v2.0.0 (2019-6-12)
13-
bugfixes:
14-
* console error for testcafe runner failures
15-
* fixed reporters
16-
1712
## v2.0.0 (2019-6-11)
1813
compatible with Angular 8
1914

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ $ npm pack
5757
* remote browsers
5858
* QR code
5959
* tests
60+
* support for testcafe version 1.3.0

demo-app/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"typescript": "^3.5.1"
4040
},
4141
"peerDependencies": {
42-
"testcafe": ">=1.1.0"
42+
"testcafe": ">=1.3.0",
43+
"@angular/core": ">=8.0.0"
4344
},
4445
"dependencies": {
4546
"lodash": "4.17.12"

0 commit comments

Comments
 (0)