From 97ccf27921e5b4f90514a86f82242fee423d226f Mon Sep 17 00:00:00 2001 From: C-3PO Date: Mon, 22 Jul 2019 22:31:26 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Allow=20module=20to=20be=20insta?= =?UTF-8?q?lled=20on=20Windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f2d52f6..5456231 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,8 @@ ], "bin": "./ssn-installer", "os": [ - "linux" + "linux", + "win32" ], "cpu": [ "x64"