reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 301 forks source link

Force chart.js version - otherwise chart.js 2 is getting installed #104

Closed palamccc closed 8 years ago

palamccc commented 8 years ago

chart.js 2 beta is released on npm, so when i install react-chartjs, chart.js v2 is getting installed as peer dependency. force it to v1.

austinpray commented 8 years ago

Can you lax it up to where the requirement is just 1.x?

yocontra commented 8 years ago

@austinpray The ^ will make any 1.x above 1.1.1 work, btw