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

using other ignore all text

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