dwyl / hapi-auth-google

:lollipop: Let people authenticate with your application/website using their Google Account (OAuth2)
GNU General Public License v2.0
41 stars 6 forks source link

Update googleapis to 22.2.0 from 16.1.0 #46 #48

Closed Y-LyN-10 closed 7 years ago

Y-LyN-10 commented 7 years ago

That's the right commit :innocent: I can't believe I messed up something so simple! Really sorry for the duplicates! As suggested in #46 , I had to create a new branch here and make a pull request from that branch.

It's mentioned in #43 that the dependency is outdated. This change is used to update the dependency badges. Googleapis has no changes, regarding to authentication since v16.

codecov[bot] commented 7 years ago

Codecov Report

Merging #48 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #48   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          59     64    +5     
=====================================
+ Hits           59     64    +5
Impacted Files Coverage Δ
lib/index.js 100% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 11a1e33...8d3e3a2. Read the comment docs.

nelsonic commented 7 years ago

@Y-LyN-10 latest version on NPM hapi-auth-google@16.2.0 includes your changes. thanks again!

Y-LyN-10 commented 7 years ago

Thank you for being so kind and welcoming! :hearts: