updated bower.js ignore such that everything except the curvedLines file will be ignored

pull/23/merge
Michael Zinsmaier 12 years ago
parent bfbeae0fe5
commit 54cf5749d6

@ -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"
}

Loading…
Cancel
Save