Skip to content

Commit

Permalink
:bookmark v2.0.0-beta.0 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit3200 authored Jul 14, 2023
1 parent aa35383 commit b2c8629
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 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.0-alpha.0",
"version": "2.0.0-beta.0",
"license": "MIT",
"author": "Perceptual Inc.",
"repository": "https://github.com/percy/percy-selenium-js",
Expand All @@ -12,7 +12,7 @@
],
"publishConfig": {
"access": "public",
"tag": "alpha"
"tag": "beta"
},
"main": "index.js",
"types": "types/index.d.ts",
Expand All @@ -36,8 +36,7 @@
"selenium-webdriver": "~3 || ~4"
},
"devDependencies": {
"@percy/cli": "1.27.0-alpha.0",
"@percy/webdriver-utils": "1.27.0-alpha.0",
"@percy/cli": "1.27.0-beta.0",
"@types/selenium-webdriver": "^4.0.9",
"cross-env": "^7.0.2",
"eslint": "^7.11.0",
Expand Down

0 comments on commit b2c8629

Please sign in to comment.