Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cholalabs committed Jan 31, 2014
1 parent 18da729 commit d1246cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-localapikey",
"version": "0.0.3",
"version": "0.0.4",
"description": "Local api key authentication strategy for Passport.",
"author": { "name": "Sudhakar Mani", "email": "[email protected]", "url": "http://www.sudhakarmani.com/" },
"repository": {
Expand All @@ -26,5 +26,5 @@
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
} ],
"keywords": ["passport", "local apikey", "auth", "authn", "authentication"]
"keywords": ["passport", "passport apikey","local apikey", "auth", "authn", "authentication"]
}

3 comments on commit d1246cd

@juvaly
Copy link

@juvaly juvaly commented on d1246cd Dec 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

latest on npm is 0.0.3 still?

@dylants
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For those who are wondering, the 0.0.4 version has been published to npm under a new name:
https://www.npmjs.com/package/passport-localapikey-update

Hopefully the original owner will continue to maintain this project, or give access to others so it can live on (please!)

@twustep
Copy link

@twustep twustep commented on d1246cd Jun 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @dylants. Spent a good amount of time chasing my tail wondering why the npm project was not the same as latest code on repo. Now it makes sense. Thanks for the link and explanation. All works perfectly now.

Please sign in to comment.