personality-insights / sunburst-chart

A visualization for IBM Watson Personality Insights service output.
https://personality-insights.github.io/sunburst-chart/
Apache License 2.0
43 stars 37 forks source link

Updated tutorial for newer version and added the precompiled index.js to /dist folder #19

Closed inakineitor closed 7 years ago

inakineitor commented 7 years ago

Also added /dis/index.js to .gitignore

germanattanasio commented 7 years ago

@inakineitor we don't want to host index.js in the repo. You can access it from npm https://unpkg.com/personality-sunburst-chart@2.0.2/dist/index.js All credits to: https://unpkg.com/#/

Revert the changes related to dist/index.js and I will merge this PR

inakineitor commented 7 years ago

@germanattanasio I removed the index.js file form /dist and the reference from .gitignore.