using other ignore all text

pull/23/merge 0.6.2
Michael Zinsmaier 12 years ago
parent ff2736ff7c
commit 82e4a92c18

@ -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);

Loading…
Cancel
Save