From f464485aee45d2ef8d1f913134663223dbf95d56 Mon Sep 17 00:00:00 2001 From: wildscotsmen Date: Thu, 18 Oct 2018 13:04:02 -0400 Subject: [PATCH] Removed extraneous comma. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17152fd..dda1f38 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-quiz-component": "0.2.0", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", - "react-scripts": "1.1.5", + "react-scripts": "1.1.5" }, "scripts": { "start": "react-scripts start",