From 9adaa6041d5a170f9bcf023dc30e340ec1e1f3a0 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Thu, 15 Feb 2018 20:03:04 -0500 Subject: [PATCH] Formatting --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 836a2f7..d742458 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,14 @@ "not ie < 11" ], "babel": { - "presets": ["env", "react"], - "plugins": ["transform-class-properties", "syntax-dynamic-import"] + "presets": [ + "env", + "react" + ], + "plugins": [ + "transform-class-properties", + "syntax-dynamic-import" + ] }, "postcss": { "plugins": {