From 82e4a92c18b780fecf7615a808785bc3b096ba50 Mon Sep 17 00:00:00 2001 From: Michael Zinsmaier Date: Sun, 5 Oct 2014 20:28:46 +0200 Subject: [PATCH] using other ignore all text --- bower.json | 6 +++++- curvedLines.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 97751be..4f7d160 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,11 @@ "Michael Zinsmaier" ], "license": "MIT", - "ignore": ["./!(curvedLines.js)"], + "ignore": { + "**/*", + "!flot.curvedlines.js", + "!bower.json" + }, "dependencies": { "flot": ">=0.8.0" } diff --git a/curvedLines.js b/curvedLines.js index dd01b54..c7025cd 100644 --- a/curvedLines.js +++ b/curvedLines.js @@ -310,7 +310,7 @@ init : init, options : options, name : 'curvedLines', - version : '0.6.1' + version : '0.6.2' }); })(jQuery);