From 54cf5749d6cfdb089a3fc530a9658e7a0694f9df Mon Sep 17 00:00:00 2001 From: Michael Zinsmaier Date: Sun, 5 Oct 2014 20:20:45 +0200 Subject: [PATCH] updated bower.js ignore such that everything except the curvedLines file will be ignored --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 70d85a6..0b7f9e1 100644 --- a/bower.json +++ b/bower.json @@ -6,7 +6,7 @@ "Michael Zinsmaier" ], "license": "MIT", - "ignore": [".gitignore","flot","tests",".project","example.js","exampleFillMultiAxis.js","exampleFit.js","exampleFlotWithDates.js","exampleThreshold.js"], + "ignore": ["./!(curvedLines.js)"], "dependencies": { "flot": ">=0.8.0" }