We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03acb7 commit 0880889Copy full SHA for 0880889
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "passport-paypal-oauth",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "PayPal (OAuth) authentication strategy for Passport.",
5
"keywords": [
6
"passport",
@@ -31,7 +31,7 @@
31
"main": "./lib/passport-paypal-oauth",
32
"dependencies": {
33
"pkginfo": "0.2.x",
34
- "passport-oauth": "~0.1.2"
+ "passport-oauth": "1.x.x"
35
},
36
"devDependencies": {
37
"vows": "^0.8.1"
0 commit comments