We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there @nickls ... I've just noticed that the code published in npm is different to the latest code here in GitHub.
In npm, the package.json is version 0.0.1 but it has:
package.json
"passport-oauth": ">= 0.1.0"
Whereas, in this repo, the package.json which is also version 0.0.1 has:
"passport-oauth2": ">= 1.1.2"
Are you able to update the version in npm please?
The text was updated successfully, but these errors were encountered:
Hi, @supersime -- That is strange, It looks like I merged a PR with that change (and others) but it never made it to npm.
It has been so long, I'm not even sure the current code works. Let me try and test it before I push. :)
Sorry, something went wrong.
nickls
No branches or pull requests
Hey there @nickls ... I've just noticed that the code published in npm is different to the latest code here in GitHub.
In npm, the
package.json
is version 0.0.1 but it has:Whereas, in this repo, the
package.json
which is also version 0.0.1 has:Are you able to update the version in npm please?
The text was updated successfully, but these errors were encountered: