From 3c7f7a0a08811233012a6ddb34138da480c279b0 Mon Sep 17 00:00:00 2001 From: Brian Green Date: Tue, 1 Dec 2015 18:43:07 -0800 Subject: [PATCH 1/2] Intentionally break build --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 29aace4..ea8d8b3 100644 --- a/index.js +++ b/index.js @@ -117,7 +117,7 @@ var commands = [ 'administrator delete', 'administrative rights enable', 'administrative rights disable', - 'subscribe', + 'subscribex', 'relay select', 'archive now', 'extract', From 035bd6ef80d409db2c0c593e8da099c8fc118d5a Mon Sep 17 00:00:00 2001 From: Brian Green Date: Tue, 1 Dec 2015 18:44:19 -0800 Subject: [PATCH 2/2] Add another silly change --- index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index ea8d8b3..726e57c 100644 --- a/index.js +++ b/index.js @@ -117,7 +117,7 @@ var commands = [ 'administrator delete', 'administrative rights enable', 'administrative rights disable', - 'subscribex', + 'subscribe', 'relay select', 'archive now', 'extract', @@ -311,5 +311,9 @@ module.exports = function(script) { } } + if (false) { + console.log('hello'); + } + return result; };