Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
update version of googleapis (the node.js package) to v.16 fixes: #37
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 22, 2017
1 parent aaa47f9 commit ad278ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/google.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var opts = {
REDIRECT_URL: '/googleauth', // must match google app redirect URI
handler: require('./google_oauth_handler.js'), // your handler
access_type: 'offline', // options: offline, online
approval_prompt: 'always', // options: always, auto
approval_prompt: 'auto', // options: always, auto
scope: 'https://www.googleapis.com/auth/plus.profile.emails.read' // profile
};

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hapi-auth-google",
"version": "10.0.0",
"version": "16.0.0",
"description": "Easily allow people to login to your apps using their Google Account",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -46,6 +46,6 @@
"tape": "^4.6.0"
},
"dependencies": {
"googleapis": "^12.2.0"
"googleapis": "^16.1.0"
}
}

0 comments on commit ad278ff

Please sign in to comment.