From d1fcec99835025c05e79859a52eed3e1182bab21 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Tue, 21 Jul 2015 04:33:00 +0900 Subject: [PATCH] Blacklist win32 We still don't (if ever) support installation on Windows OS. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e8e92087..635dd56e 100644 --- a/package.json +++ b/package.json @@ -137,5 +137,6 @@ "engines": { "node": ">= 0.10" }, + "os": ["!win32"], "preferGlobal": true }