Skip to content

Commit

Permalink
adding publish config so that we don't miss tag update (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 authored Dec 11, 2024
1 parent ee75e4a commit b5d8758
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,6 +10,10 @@
"percy",
"visual testing"
],
"publishConfig": {
"access": "public",
"tag": "latest"
},
"main": "index.js",
"types": "types/index.d.ts",
"files": [
Expand Down

0 comments on commit b5d8758

Please sign in to comment.