From 488e49b6b234caca0bfbc3f746fa16abdc002dea Mon Sep 17 00:00:00 2001 From: C-3PO Date: Fri, 2 Nov 2018 02:00:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Restr?= =?UTF-8?q?ict=20to=20linux=2064-bit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5717f42..576f91c 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,11 @@ "src/*/*.h", "src/*/*.c" ], - "bin": "./ssn-installer" + "bin": "./ssn-installer", + "os": [ + "linux" + ], + "cpu": [ + "x64" + ] }