From 1730fd386964f490e7d87163b6c1038c634ffcb2 Mon Sep 17 00:00:00 2001 From: Michael Zinsmaier Date: Sun, 5 Oct 2014 19:47:41 +0200 Subject: [PATCH] added missing comma --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 176f75b..e96086e 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "main": "curvedLines.js", "dependencies": [ "flot": "0.8.0" - ] + ], "authors": [ "Michael Zinsmaier" ],