Commit 82e4a92c authored by Michael Zinsmaier's avatar Michael Zinsmaier

using other ignore all text

parent ff2736ff
......@@ -5,7 +5,11 @@
"Michael Zinsmaier"
],
"license": "MIT",
"ignore": ["./!(curvedLines.js)"],
"ignore": {
"**/*",
"!flot.curvedlines.js",
"!bower.json"
},
"dependencies": {
"flot": ">=0.8.0"
}
......
......@@ -310,7 +310,7 @@
init : init,
options : options,
name : 'curvedLines',
version : '0.6.1'
version : '0.6.2'
});
})(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