Skip to content

Commit

Permalink
Resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit3200 committed Sep 26, 2023
2 parents 759f909 + d1d40cf commit 8f3cc7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0-beta.0",
"version": "2.0.0",
"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 @@ -36,7 +36,7 @@
"selenium-webdriver": "~3 || ~4"
},
"devDependencies": {
"@percy/cli": "1.27.0-beta.1",
"@percy/cli": "^1.27.1",
"@types/selenium-webdriver": "^4.0.9",
"cross-env": "^7.0.2",
"eslint": "^8.27.0",
Expand Down

0 comments on commit 8f3cc7b

Please sign in to comment.