We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0066f commit a986cbbCopy full SHA for a986cbb
bower.json
@@ -1,14 +1,16 @@
1
{
2
"name": "sheetsee",
3
"version": "1.0.0",
4
- "main": ["js/sheetsee.js", "css/sss.css"],
+ "main": [
5
+ "js/sheetsee.js",
6
+ "css/sss.css"
7
+ ],
8
"ignore": [
9
"contributing.md",
10
"docs",
11
"demos",
12
"img",
- "site",
-
13
+ "site"
14
],
15
"homepage": "http://jlord.github.io/sheetsee.js",
16
"description": "Sheetsee.js is a library for easily creating tables, charts and maps from spreadsheet data.",
@@ -19,6 +21,6 @@
19
21
20
22
"dependencies": {
23
"jquery": ">= 1.9.0",
- "tabletop": ">= 1.3.5",
24
+ "tabletop": ">= 1.3.5"
25
}
26
0 commit comments