Skip to content

Commit

Permalink
🔖 release-v2.0.4 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-shivamsingh authored Feb 6, 2024
1 parent 532f0b0 commit f277673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@percy/selenium-webdriver",
"description": "Selenium client library for visual testing with Percy",
"version": "2.0.4-beta.0",
"version": "2.0.4",
"license": "MIT",
"author": "Perceptual Inc.",
"repository": "https://github.com/percy/percy-selenium-js",
Expand All @@ -12,7 +12,7 @@
],
"publishConfig": {
"access": "public",
"tag": "beta"
"tag": "latest"
},
"main": "index.js",
"types": "types/index.d.ts",
Expand All @@ -30,11 +30,11 @@
"test:types": "tsd"
},
"dependencies": {
"@percy/sdk-utils": "^1.28.0-beta.0",
"@percy/sdk-utils": "^1.28.0",
"node-request-interceptor": "^0.6.3"
},
"devDependencies": {
"@percy/cli": "^1.28.0-beta.0",
"@percy/cli": "^1.28.0",
"@types/selenium-webdriver": "^4.0.9",
"cross-env": "^7.0.2",
"eslint": "^8.27.0",
Expand Down

0 comments on commit f277673

Please sign in to comment.