eduardolima93 / angular2-spotify

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

npm install omits angular2-spotify.ts #8

Open ahilti opened 7 years ago

ahilti commented 7 years ago

npm install angular2-spotify --save does not install the current 2.x version of the module but instead the deprecated version 1.3.5.

Please update your package to the latest version.

I could install the latest version from github via: npm install git+https://git@github.com/eduardolima93/angular2-spotify.git --save but *.ts in .npmignore does skip the angular2-spotify.ts file during installation.