Skip to content

Commit 45bfa0a

Browse files
add base-plugin to dependencies and bump version (#116)
1 parent 4749b19 commit 45bfa0a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 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-wait-plugin",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "An appium 2.0 plugin that waits for element to be found",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -38,10 +38,10 @@
3838
"dependencies": {
3939
"async-wait-until": "^2.0.12",
4040
"axios": "0.27.2",
41-
"ora": "5.4.1"
41+
"ora": "5.4.1",
42+
"@appium/base-plugin": "^2.2.26"
4243
},
4344
"devDependencies": {
44-
"@appium/base-plugin": "^2.2.26",
4545
"@appium/fake-driver": "^4.2.1",
4646
"@appium/plugin-test-support": "^0.2.0",
4747
"@babel/plugin-proposal-class-properties": "^7.13.0",

0 commit comments

Comments
 (0)