From ab177d63f7a5183d50115c8649d3a1efa7522236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Sat, 6 Mar 2021 17:14:33 +0100 Subject: [PATCH] :wrench: config(mangle): Remove EOF newline in config file. Otherwise the `build` script modifies tracked files. See https://github.com/developit/microbundle/issues/497. --- mangle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mangle.json b/mangle.json index 53cd8ff..8acbd43 100644 --- a/mangle.json +++ b/mangle.json @@ -11,4 +11,4 @@ "$_handle": "h" } } -} +} \ No newline at end of file