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

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:43:57 -05:00 committed by GitHub
parent 4cc4ddf22e
commit 4d6e0d726e

1
.npmrc
View file

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