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 573196c commit 3880b0aCopy full SHA for 3880b0a
.publishrc
@@ -8,6 +8,6 @@
8
"gitTag": true
9
},
10
"confirm": false,
11
- "publishTag": "alpha",
+ "publishTag": "latest",
12
"prePublishScript": "gulp test"
13
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "testcafe-browser-provider-browserstack",
3
- "version": "1.14.1-alpha.1",
+ "version": "1.14.1",
4
"description": "Browserstack TestCafe browser provider plugin.",
5
"repository": "https://github.com/DevExpress/testcafe-browser-provider-browserstack",
6
"engines": {
@@ -52,6 +52,6 @@
52
"gulp-eslint": "^6.0.0",
53
"mocha": "^7.1.1",
54
"publish-please": "^5.4.3",
55
- "testcafe": "^2.0.1-alpha.2"
+ "testcafe": "^2.2.0"
56
57
0 commit comments