From a43e20b2becd0550b09657fb7a3fd2b492708bbc Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sun, 1 Jul 2018 22:14:04 +0200 Subject: [PATCH] fix: fix Bower file invalid JSON #11364 Changes were introduced in https://github.com/zurb/foundation-sites/pull/11350 Closes https://github.com/zurb/foundation-sites/issues/11364 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 73478f6ca..9bb02bbd5 100644 --- a/bower.json +++ b/bower.json @@ -15,7 +15,7 @@ "eyeglass-module" ], "authors": [ - "ZURB (http://foundation.zurb.com)", + "ZURB (http://foundation.zurb.com)" ], "main": [ "scss/foundation.scss", -- 2.47.2