crisbeto / angular-svg-round-progressbar

Angular module that uses SVG to create a circular progressbar
https://crisbeto.github.io/angular-svg-round-progressbar/
MIT License
742 stars 173 forks source link

ES6 Import version on NPM? #100

Closed cparadeise closed 7 years ago

cparadeise commented 7 years ago

I noticed you have the /build/index.js in the source files on github, but when I npm install, I get a different set of files which excludes the necessary index.js for use with Webpack module loaders. Is there a plan to publish the rest of the repo to npm? Thanks!

crisbeto commented 7 years ago

That sounds weird. What version are you installing?

cparadeise commented 7 years ago

I just installed it into a new directory, got the right version. My bad! I've had a stale version in my package.json for a while I guess. Thanks.