From dcbc2739a7b873e2cf5f82e940def1859cc8340f Mon Sep 17 00:00:00 2001 From: sfali23 Date: Wed, 5 Oct 2016 14:25:35 -0400 Subject: [PATCH] separating standalone and wdio mode --- env/webdriverio.json | 5 +++++ npm/webdriverio.json | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 env/webdriverio.json diff --git a/env/webdriverio.json b/env/webdriverio.json new file mode 100644 index 00000000..e7178380 --- /dev/null +++ b/env/webdriverio.json @@ -0,0 +1,5 @@ +{ + "versions": { + "4.2.16": "github:sfali23/typings-webdriverio/wdio#af9892f5172e14368cfba693bd24051ce0ffe691" + } +} diff --git a/npm/webdriverio.json b/npm/webdriverio.json index b9f66a79..1baa21d6 100644 --- a/npm/webdriverio.json +++ b/npm/webdriverio.json @@ -1,6 +1,5 @@ { "versions": { - "4.2.16-s": "github:sfali23/typings-webdriverio/standalone#49ae26a9976863a61619b715e49ec2aeefa44257", - "4.2.16-w": "github:sfali23/typings-webdriverio/wdio#49ae26a9976863a61619b715e49ec2aeefa44257" + "4.2.16": "github:sfali23/typings-webdriverio/standalone#af9892f5172e14368cfba693bd24051ce0ffe691" } }