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 ee75e4a commit b5d8758Copy full SHA for b5d8758
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@percy/cypress",
3
"description": "Cypress client library for visual testing with Percy",
4
- "version": "3.1.3-beta.0",
+ "version": "3.1.3",
5
"license": "MIT",
6
"author": "Perceptual Inc.",
7
"repository": "https://github.com/percy/percy-cypress",
@@ -10,6 +10,10 @@
10
"percy",
11
"visual testing"
12
],
13
+ "publishConfig": {
14
+ "access": "public",
15
+ "tag": "latest"
16
+ },
17
"main": "index.js",
18
"types": "types/index.d.ts",
19
"files": [
0 commit comments