Commit ebece729 authored by Michael Zinsmaier's avatar Michael Zinsmaier

small test version of bower.json

parent 552e3f5f
{ {
"name": "flot.curvedlines", "name": "flot.curvedlines",
"version": "0.6.0", "version": "0.6.0"
"main": "curvedLines.js",
"dependencies": [
"flot": "0.8.0"
],
"authors": [
"Michael Zinsmaier"
],
"license": "MIT",
"ignore": [".gitignore","flot","tests",".project"]
} }
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
* This change breakes existing code however CurvedLines are now just many tiny straight lines to flot and therefore all flot lines options (like gradient fill, * This change breakes existing code however CurvedLines are now just many tiny straight lines to flot and therefore all flot lines options (like gradient fill,
* shadow) are now supported out of the box * shadow) are now supported out of the box
* v0.6 flot 0.8 compatibility and some bug fixes * v0.6 flot 0.8 compatibility and some bug fixes
* v0.6.0 changed versioning schema
*/ */
(function($) { (function($) {
...@@ -309,7 +310,7 @@ ...@@ -309,7 +310,7 @@
init : init, init : init,
options : options, options : options,
name : 'curvedLines', name : 'curvedLines',
version : '0.6' version : '0.6.0'
}); });
})(jQuery); })(jQuery);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment