From ce2a054f6df101a1612786184d6adede0686c4b8 Mon Sep 17 00:00:00 2001 From: impinball Date: Thu, 23 Jul 2015 02:00:13 -0400 Subject: [PATCH] Remove preferGlobal flag Fixes #3987. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 70ada6fef15c3..5304c5f53b83f 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "type": "git", "url": "https://github.com/Microsoft/TypeScript.git" }, - "preferGlobal": true, "main": "./bin/typescript.js", "bin": { "tsc": "./bin/tsc",