Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alio0414 committed Jan 9, 2020
1 parent 481bc2b commit 81e7352
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/basic/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"license": "ISC",
"devDependencies": {
"testcafe": "^1.7.1",
"testcafe-reporter-custom": "github:ocassio/testcafe-reporter-custom#feature/config-and-ts"
"testcafe-reporter-custom": "*"
}
}
4 changes: 2 additions & 2 deletions examples/typescript/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "ISC",
"devDependencies": {
"testcafe": "^1.7.1",
"testcafe-reporter-custom": "github:ocassio/testcafe-reporter-custom#feature/config-and-ts",
"testcafe-reporter-custom": "*",
"ts-node": "^8.5.4",
"tslib": "^1.10.0",
"typescript": "^3.7.4"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-reporter-custom",
"version": "1.0.2",
"version": "1.1.0",
"description": "TestCafe reporter that allows you to provide your own logic",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit 81e7352

Please sign in to comment.