From a986cbbcdfb4774f15ee0c3b5c8d39232e700335 Mon Sep 17 00:00:00 2001 From: Jessica Lord Date: Thu, 7 Aug 2014 21:33:20 -0700 Subject: [PATCH] fix bower.json --- bower.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 3c4b0c4..26d9145 100644 --- a/bower.json +++ b/bower.json @@ -1,14 +1,16 @@ { "name": "sheetsee", "version": "1.0.0", - "main": ["js/sheetsee.js", "css/sss.css"], + "main": [ + "js/sheetsee.js", + "css/sss.css" + ], "ignore": [ "contributing.md", "docs", "demos", "img", - "site", - + "site" ], "homepage": "http://jlord.github.io/sheetsee.js", "description": "Sheetsee.js is a library for easily creating tables, charts and maps from spreadsheet data.", @@ -19,6 +21,6 @@ ], "dependencies": { "jquery": ">= 1.9.0", - "tabletop": ">= 1.3.5", + "tabletop": ">= 1.3.5" } }