From 72750c337ae650eb0ce3cbf1643daba59f5f755d Mon Sep 17 00:00:00 2001 From: prklm10 Date: Tue, 10 Dec 2024 12:11:59 +0530 Subject: [PATCH] adding publish config so that we don't miss tag update --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f32e910..3a4b07f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@percy/cypress", "description": "Cypress client library for visual testing with Percy", - "version": "3.1.3-beta.0", + "version": "3.1.3", "license": "MIT", "author": "Perceptual Inc.", "repository": "https://github.com/percy/percy-cypress", @@ -10,6 +10,10 @@ "percy", "visual testing" ], + "publishConfig": { + "access": "public", + "tag": "latest" + }, "main": "index.js", "types": "types/index.d.ts", "files": [