From 5eb8e1f39d9d7c99d87b24fb8dfead03a02c82cd Mon Sep 17 00:00:00 2001 From: Christopher - RtF <58520035+christopher-rtf@users.noreply.github.com> Date: Wed, 4 Dec 2019 12:31:32 -0400 Subject: [PATCH 1/2] Whitelisted this package for Windows (i.e. OS == 'win32') --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index cf31b5880..56667607c 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,9 @@ "rimraf": "2.6.2", "shelljs": "0.8.1" }, + "os" : [ + "win32" + ], "license": "BSD-3-Clause", "keywords": [ "gpii", From b920f986e2e6d333ce7e19f48c4a95f336357520 Mon Sep 17 00:00:00 2001 From: Christopher - RtF <58520035+christopher-rtf@users.noreply.github.com> Date: Wed, 4 Dec 2019 14:13:13 -0400 Subject: [PATCH 2/2] Removed gratuitous whitespace --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 56667607c..41122487f 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "rimraf": "2.6.2", "shelljs": "0.8.1" }, - "os" : [ - "win32" + "os": [ + "win32" ], "license": "BSD-3-Clause", "keywords": [