From 1c6f5d272f62ea3cc3db8571b3f2577f29d8ef72 Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Wed, 29 Mar 2017 12:41:23 +0800 Subject: [PATCH] style: Fix missing newline in variables --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 583d68b..bf3ecc9 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,8 @@ "$", "CodeMirror", "Cookies", - "moment", "editor", + "moment", + "editor", "ui", "Spinner", "modeType",