Skip to content

Commit

Permalink
fix bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Aug 8, 2014
1 parent 2e0066f commit a986cbb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions 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.",
Expand All @@ -19,6 +21,6 @@
],
"dependencies": {
"jquery": ">= 1.9.0",
"tabletop": ">= 1.3.5",
"tabletop": ">= 1.3.5"
}
}

5 comments on commit a986cbb

@Mbrittny
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mbrittny
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mbrittny
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cristalbet
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Carlos7687
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 parent 2e0066f commit a986cbb

Please sign in to comment.