We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e512ac8 commit 2440cf2Copy full SHA for 2440cf2
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "testcafe-browser-provider-browserstack",
3
- "version": "1.10.0",
+ "version": "1.10.1",
4
"description": "browserstack TestCafe browser provider plugin.",
5
"repository": "https://github.com/DevExpress/testcafe-browser-provider-browserstack",
6
"engines": {
@@ -38,7 +38,8 @@
38
"os-family": "^1.0.0",
39
"pinkie": "^2.0.4",
40
"request": "^2.88.0",
41
- "request-promise": "^4.2.4"
+ "request-promise": "^4.2.4",
42
+ "tmp": "0.0.31"
43
},
44
"devDependencies": {
45
"babel-eslint": "^6.1.2",
@@ -55,7 +56,6 @@
55
56
"gulp-eslint": "^3.0.1",
57
"mocha": "^5.0.1",
58
"publish-please": "^5.4.3",
- "testcafe": "latest",
59
- "tmp": "0.0.31"
+ "testcafe": "latest"
60
}
61
0 commit comments