Removes "global-style" setting for npm (#9258)

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: bdf4c68a6e
* Authored by Court Ewing <court@epixa.com> on 2016-11-29T20:29:43Z
This commit is contained in:
jasper 2016-11-29 15:46:27 -05:00 committed by Court Ewing
parent 5fa6006011
commit c7675b1c8e

1
.npmrc
View file

@ -1,2 +1 @@
save-exact=true
global-style=true