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.
This commit is contained in:
Court Ewing 2016-11-29 15:29:43 -05:00
parent 4cc4ddf22e
commit bdf4c68a6e

1
.npmrc
View file

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