Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Fix 'gulp-testcafe doesn't work' (close #14); Bump version (v1.0.1) (#15
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Farfurix authored and AndreyBelym committed Oct 18, 2019
1 parent 4b3b2f5 commit 3bdfb3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var DEFAULT_OPTS = {
hostname: '',
ports: [],
speed: 1,
concurrency: 0,
concurrency: 1,
app: '',
appInitDelay: 1000,
debugMode: false,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-testcafe",
"version": "1.0.0",
"version": "1.0.1",
"description": "Run TestCafe tests using Gulp.",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -60,9 +60,9 @@
"devDependencies": {
"chai": "^3.5.0",
"eslint": "4.18.2",
"mocha": "^3.0.2",
"mocha": "^6.2.1",
"promisify-event": "^1.0.0",
"publish-please": "^2.2.0",
"publish-please": "^5.5.1",
"vinyl-file": "^2.0.0"
}
}

0 comments on commit 3bdfb3c

Please sign in to comment.