strongloop / gulp-loopback-sdk-angular

gulp plugin for auto-generating Angular $resource services for LoopBack
MIT License
27 stars 15 forks source link

the loopback-sdk-angular module supersedes loopback-angular #7

Closed xixilive closed 9 years ago

xixilive commented 9 years ago

NOTE: The loopback-sdk-angular module supersedes loopback-angular. Please update your package.json accordingly.

https://github.com/strongloop/loopback-sdk-angular/blob/master/README.md

bajtos commented 9 years ago

@xixilive what are you proposing to change? Could you please contribute the changes yourself and send a pull request?

xixilive commented 9 years ago

It seems the modue loopback-sdk-angular has rename to loopback-angular in npmjs.org registry. and make a redirect from 'github.com/strongloop/loopback-angular' to 'github.com/strongloop/loopback-sdk-angular' in github.

In fact, loopback-angular has different version histories from loopback-sdk-angular

npm info loopback-sdk-angular => tarball: http://registry.npmjs.org/loopback-sdk-angular/-/loopback-sdk-angular-1.5.0.tgz => versions: [..., '1.4.0', '1.4.1', '1.5.0' ]

npm info loopback-angular => tarball: http://registry.npmjs.org/loopback-angular/-/loopback-angular-1.1.0.tgz => versions: [..., '1.0.0', '1.1.0']

xixilive commented 9 years ago

I made a mistake, the loopback-sdk-angular is newer one!

bajtos commented 9 years ago

I made a mistake, the loopback-sdk-angular is newer one!

That's correct :smile: Still, thank you for your caring attitude and the time you invested to make sure this gulp plugin is using the right dependency :clap: