Skip to content

Commit e626ea4

Browse files
committed
fix wdio build
1 parent d7d57a7 commit e626ea4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: visual-js/visual-wdio/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@saucelabs/wdio-sauce-visual-service",
33
"description": "WebdriverIO service that add visual checks capabilities using Sauce Labs Visual",
4-
"version": "0.0.1",
4+
"version": "0.3.0",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
77
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"./package.json": "./package.json"
2727
},
2828
"dependencies": {
29-
"@saucelabs/visual": "0.0.1",
29+
"@saucelabs/visual": "0.3.0",
3030
"@wdio/globals": "8.10.5",
3131
"@wdio/logger": "8.6.6",
3232
"@wdio/types": "8.10.4",
@@ -61,4 +61,4 @@
6161
"publishConfig": {
6262
"access": "public"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)