From 8400c0695339e74ac4f36882e95a5f31aaba9c00 Mon Sep 17 00:00:00 2001 From: morganmora Date: Thu, 4 Oct 2018 17:15:29 +0200 Subject: [PATCH] Update os on Package.json restricting OS to linux only, notice that java need to be b64 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dcf9822..46914d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icode-cli", - "version": "1.0.1", + "version": "1.0.2", "description": "Install Icode (shell Code Quality scanner) from NPM", "icodeVersion": "3.1.0", "main": "index.js", @@ -17,6 +17,7 @@ "engines": { "node": ">0.10.1" }, + "os" : [ "linux" ], "keywords": [ "cli", "icode",