eduardolima93 / angular2-spotify

Angular2 Service to connect to Spotify Web API
MIT License
20 stars 14 forks source link

wrong casing on Observable #4

Open vance opened 7 years ago

vance commented 7 years ago

There are multiple modules with names that only differ in casing. This can lead to unexpected behavior when compiling on a filesystem with other case-semantic. Use equal casing. Compare these module identifiers:

eduardolima93 commented 7 years ago

Hi,

Thanks for pointing it out.

This package is currently outdated, I need to update it to Angular2 release version. I will do it soon, but until then it will require some changes to the setup for it to work.

Bests

btaluy commented 7 years ago

Could you maybe point us to some directions on what we need to change, anything apart from the case semantic?