From 9b78799e75ffc083128d8f7f79bda2ee0aff6636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Wed, 4 Oct 2017 21:56:25 +0200 Subject: [PATCH] package.json: reformat --- package.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index df3709a1..77eb682c 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,24 @@ "watchify": "^3.9.0" }, "standard": { - "global": [ "lang", "ui_lang", "config", "options", "alert", "L", "register_hook", "call_hooks", "call_hooks_callback", "XMLHttpRequest", "map", "overpassFrontend", "location", "baseCategory", "currentPath", "overpassUrl", "ajax" ] + "global": [ + "lang", + "ui_lang", + "config", + "options", + "alert", + "L", + "register_hook", + "call_hooks", + "call_hooks_callback", + "XMLHttpRequest", + "map", + "overpassFrontend", + "location", + "baseCategory", + "currentPath", + "overpassUrl", + "ajax" + ] } }