reactjs / react-chartjs

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

Include "dist" versions #13

Closed nosnickid closed 9 years ago

nosnickid commented 9 years ago

It seems common for packages to include pre-packed dist versions. It's useful for non-nodejs projects which want to use the library.

Any objection to me submitting such a pull request?

jhudson8 commented 9 years ago

no objections. this used to support browser include and AMD but was changed after refactoring to only support CommonJS (for node, webpack, browserify...). Just as long as it doesn't add too much complexity.