Skip to content

Commit 6c56b31

Browse files
Support Appium 3.x
1 parent ffe7b96 commit 6c56b31

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appium-gestures-plugin",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "This is an Appium plugin designed to perform gestures using W3C Actions.",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -59,10 +59,10 @@
5959
"webdriverio": "8.27.0"
6060
},
6161
"dependencies": {
62-
"@appium/base-plugin": "^2.2.26"
62+
"@appium/base-plugin": "^2.2.26 || ^3.0.0"
6363
},
6464
"peerDependencies": {
65-
"appium": "^2.3.0"
65+
"appium": "^2.3.0 || ^3.0.0"
6666
},
6767
"appium": {
6868
"pluginName": "gestures",

0 commit comments

Comments
 (0)