cholalabs / passport-localapikey

MIT License
165 stars 57 forks source link

Release 0.0.4 to NPM Registry #9

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi! Is there any plan to release the new version to the NPM registry in a near future?. Thanks!

anthonator commented 10 years ago

+1

meric426 commented 10 years ago

+1

lpetre commented 10 years ago

+1

antgraf commented 10 years ago

I have created passport-localapikey-update module since author does not gonna update the original one. https://www.npmjs.org/package/passport-localapikey-update

thomas-riccardi commented 10 years ago

@antgraf if you want to properly maintain this module, please fork this repository and update the package.json with new url & package name, and then push this to npmjs.org.

Indeed currently the urls in https://www.npmjs.org/package/passport-localapikey-update point to this old repo.

This module would also need to upgrade its dependency version on passport from ~0.1.1 to 0.2.x.

antgraf commented 10 years ago

@triccardi-systran thank you for a hint. Please check again since I'm not very familar with npm modules. I had to change version number format from 0.0.4 to 0.4.0 to be able to update revision and still reflect "parent" version number.

thomas-riccardi commented 10 years ago

@antgraf thank you!

You could have just used 0.1.0 as new version as you updated passport dependency to 0.2, instead of 0.4.0 (in either case it's no more comparable to the original 0.0.4 version), see also http://semver.org/.