From 2801ed37eefa5be6c9c29246032831fd26cc23d0 Mon Sep 17 00:00:00 2001 From: reiz Date: Sat, 25 Jan 2014 21:14:12 +0100 Subject: [PATCH] Remove comma from bower.json to make it valid JSON --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 1fc7cb8..a92a836 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "homepage": "https://github.com/bartaz/impress.js", "license" : ["http://bartaz.mit-license.org/", "http://www.gnu.org/licenses/"], "main": [ - "./js/impress.js", + "./js/impress.js" ], "keywords": [ "slideshow", @@ -16,4 +16,4 @@ "name": "Bartek Szopka", "web": "http://bartaz.github.com" } -} \ No newline at end of file +}