From 1d7842eead4d04781d3dc3198c3cfd60ca0e931b Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 20 Apr 2017 17:54:38 -0700 Subject: [PATCH] Fixed json parsing error in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd4dd036..57fa5ebf 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/whitef0x0/tellform.git" }, "engines": { - "node": "6.4.0", + "node": "6.4.0" }, "scripts": { "start": "grunt",