From f66f6f0d0fe1012238743c9a05d6f493e1b3c8f3 Mon Sep 17 00:00:00 2001 From: Davi Lima Date: Tue, 9 Jan 2018 16:06:48 +0100 Subject: [PATCH] docs(README): `mangle.props` instead of `mangle.properties` (#207) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 953974d2..29c4b05a 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Number of concurrent runs. parse: {...options}, mangle: { ...options, - properties: { + props: { // mangle property options } },