From 9b43bdc5d2fc54b61bae6f64fb90f90dbf838640 Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 29 Nov 2016 15:46:29 -0500 Subject: [PATCH] Removes "global-style" setting for npm (#9259) Backports PR #9256 **Commit 1:** Removes "global-style" setting for npm This change, which was originally introduced in #9136, resulted in much larger installs for Kibana (50MB larger in dev mode), which isn't a reasonable tradeoff for the convenience that global-style provides. * Original sha: bdf4c68a6e633d7bf9f1e86cf4f09daf969f4a63 * Authored by Court Ewing on 2016-11-29T20:29:43Z --- .npmrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmrc b/.npmrc index 3e5f68032c17a..cffe8cdef132f 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ save-exact=true -global-style=true