From 2a68d694f213ad2a1079ba6276ec6547164e5337 Mon Sep 17 00:00:00 2001 From: sfali23 Date: Fri, 30 Sep 2016 22:05:05 -0400 Subject: [PATCH] updated commit and adding wdio mode as global module --- env/webdriverio.json | 5 +++++ npm/webdriverio.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 env/webdriverio.json diff --git a/env/webdriverio.json b/env/webdriverio.json new file mode 100644 index 00000000..99641780 --- /dev/null +++ b/env/webdriverio.json @@ -0,0 +1,5 @@ +{ + "versions": { + "4.2.16-w": "github:sfali23/typings-webdriverio/wdio#2c2123deedd0ef36b08c9de4cbcd32567ce6cfd3" + } +} diff --git a/npm/webdriverio.json b/npm/webdriverio.json index 1663eeb8..0969fb3d 100644 --- a/npm/webdriverio.json +++ b/npm/webdriverio.json @@ -1,5 +1,5 @@ { "versions": { - "4.2.16-s": "github:sfali23/typings-webdriverio/standalone#400d940dd4098893cf62bc6315224c44721dc905" + "4.2.16-s": "github:sfali23/typings-webdriverio/standalone#2c2123deedd0ef36b08c9de4cbcd32567ce6cfd3" } }