From f3056c036cb6dde7c884e030f7393db170ef71f2 Mon Sep 17 00:00:00 2001 From: Tony Chia Date: Thu, 13 Jun 2019 18:33:51 -0700 Subject: [PATCH 1/2] fix typo in runner.js --- bin/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runner.js b/bin/runner.js index 94fdec0..f16def3 100755 --- a/bin/runner.js +++ b/bin/runner.js @@ -16,7 +16,7 @@ var yargs = require('yargs') .option('browsers', { alias: 'b', type: 'array', - description: 'list of space separatedbrowsers keys as described in json file' + description: 'list of space separated browsers keys as described in json file' }) .option('path', { type: 'string', From 0decb2b1eaadfa183450def3045b1d662744647c Mon Sep 17 00:00:00 2001 From: Tony Chia Date: Thu, 13 Jun 2019 18:44:14 -0700 Subject: [PATCH 2/2] restored the typo to see if travis passes --- bin/runner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runner.js b/bin/runner.js index f16def3..94fdec0 100755 --- a/bin/runner.js +++ b/bin/runner.js @@ -16,7 +16,7 @@ var yargs = require('yargs') .option('browsers', { alias: 'b', type: 'array', - description: 'list of space separated browsers keys as described in json file' + description: 'list of space separatedbrowsers keys as described in json file' }) .option('path', { type: 'string',