From 7d1abef29e437715c5e87a84d6f463f60e800bb0 Mon Sep 17 00:00:00 2001 From: Patrick Tsai Date: Mon, 21 May 2018 15:50:01 -0400 Subject: [PATCH] Fix missing comma in bower file --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index f9c01fb..05600a9 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ "*", "!dist/", "!src/", - "!package.json" + "!package.json", "!LICENSE" ], "repository": {