Skip to content

Commit

Permalink
fix wdio build
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 24, 2024
1 parent d7d57a7 commit e626ea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions visual-js/visual-wdio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saucelabs/wdio-sauce-visual-service",
"description": "WebdriverIO service that add visual checks capabilities using Sauce Labs Visual",
"version": "0.0.1",
"version": "0.3.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@saucelabs/visual": "0.0.1",
"@saucelabs/visual": "0.3.0",
"@wdio/globals": "8.10.5",
"@wdio/logger": "8.6.6",
"@wdio/types": "8.10.4",
Expand Down Expand Up @@ -61,4 +61,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit e626ea4

Please sign in to comment.