Skip to content

Commit a986cbb

Browse files
author
Jessica Lord
committed
fix bower.json
1 parent 2e0066f commit a986cbb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

bower.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "sheetsee",
33
"version": "1.0.0",
4-
"main": ["js/sheetsee.js", "css/sss.css"],
4+
"main": [
5+
"js/sheetsee.js",
6+
"css/sss.css"
7+
],
58
"ignore": [
69
"contributing.md",
710
"docs",
811
"demos",
912
"img",
10-
"site",
11-
13+
"site"
1214
],
1315
"homepage": "http://jlord.github.io/sheetsee.js",
1416
"description": "Sheetsee.js is a library for easily creating tables, charts and maps from spreadsheet data.",
@@ -19,6 +21,6 @@
1921
],
2022
"dependencies": {
2123
"jquery": ">= 1.9.0",
22-
"tabletop": ">= 1.3.5",
24+
"tabletop": ">= 1.3.5"
2325
}
2426
}

0 commit comments

Comments
 (0)