Skip to content

Commit b5d8758

Browse files
authored
adding publish config so that we don't miss tag update (#891)
1 parent ee75e4a commit b5d8758

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@percy/cypress",
33
"description": "Cypress client library for visual testing with Percy",
4-
"version": "3.1.3-beta.0",
4+
"version": "3.1.3",
55
"license": "MIT",
66
"author": "Perceptual Inc.",
77
"repository": "https://github.com/percy/percy-cypress",
@@ -10,6 +10,10 @@
1010
"percy",
1111
"visual testing"
1212
],
13+
"publishConfig": {
14+
"access": "public",
15+
"tag": "latest"
16+
},
1317
"main": "index.js",
1418
"types": "types/index.d.ts",
1519
"files": [

0 commit comments

Comments
 (0)