From 9f430b12d1c15fc5c41625cc6685d791611de391 Mon Sep 17 00:00:00 2001 From: Biagio Abignano Date: Mon, 19 Dec 2016 16:14:20 +1100 Subject: [PATCH] Add process.platform restriction to prevent install on incompatible platforms. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ae9b46f..2c7d06b 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "dependencies": { "nan": "2.3.5" }, + "os" : [ "darwin", "linux" ], "devDependencies": { "mocha": "^2.5.1", "chai": "^3.5.0"