Skip to content

Commit

Permalink
bower release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Apr 6, 2014
1 parent 92f9f6e commit 88da8c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "pivottable",
"description": "Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop",
"version": "1.0.0",
"main": "./pivot.js",
"version": "1.1.0",
"main": "dist/pivot.js",
"license": "MIT",
"ignore": [
"examples"
Expand All @@ -19,6 +19,7 @@
"url": "git://github.com/nicolaskruchten/pivottable.git"
},
"dependencies": {
"jquery": "*"
"jquery": "*",
"jqueryui": "*"
}
}

0 comments on commit 88da8c4

Please sign in to comment.