Skip to content

Commit

Permalink
Release 2.1.5
Browse files Browse the repository at this point in the history
Update dist files
Note: Wasn't built from sources as a lot of bugs have been added since the last dist generation. Cleanning needed to remove crappy merges.
  • Loading branch information
zallek committed Mar 27, 2015
1 parent 46885f0 commit 68e3c86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "relayfoods-jquery.sparkline",
"version": "2.1.4",
"main": "dist/jquery.sparkline.min.js",
"version": "2.1.5",
"main": "dist/jquery.sparkline.js",
"ignore": ["Changelog.txt", "Gruntfile.js", "package.json", ".gitignore", "bower.json", "package.json", "src"]
}
2 changes: 1 addition & 1 deletion dist/jquery.sparkline.js
Original file line number Diff line number Diff line change
Expand Up @@ -1611,8 +1611,8 @@
path = [];
paths.push(path);
}
vertices.push(null);
}
vertices.push(null);
} else {
if (y < this.miny) {
y = this.miny;
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.sparkline.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"title": "jQuery Sparkline",
"description": "Easily generate small, inline sparkline charts directly in the browser",
"keywords": ["canvas", "charts", "graphics", "graphing", "graphs", "sparklines", "ui", "vml"],
"banner": "/* jquery.sparkline 2.1.3 - http://omnipotent.net/jquery.sparkline/ \n Licensed under the New BSD License - see above site for details */\n",
"version": "2.1.4",
"banner": "/* jquery.sparkline 2.1.5 - http://omnipotent.net/jquery.sparkline/ \n Licensed under the New BSD License - see above site for details */\n",
"version": "2.1.5",
"repository": "[email protected]:relayfoods/jquery.sparkline.git",
"author": {
"name": "Gareth Watts",
Expand Down

0 comments on commit 68e3c86

Please sign in to comment.