PMSI-AlignAlytics / dimple

An object-oriented API for business analytics
Other
2.73k stars 556 forks source link

bower json file should define a version of d3 less than 4 #253

Open mianos opened 7 years ago

mianos commented 7 years ago

https://github.com/PMSI-AlignAlytics/dimple/blob/master/bower.json

"dependencies": { "d3": ">=3.5.2" },

I am not sure of the structure of a less than or I'd do a pull request.

ventsyv commented 7 years ago

Surely you meant "d3": "<=3.5.2" right? And by the way it now should be 3.5.17 which is the last 3.X version.