Remove comma from bower.json to make it valid JSON
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
+}