googleapis / packman

Google API package creator
https://npmjs.com/package/googleapis-packman
Apache License 2.0
13 stars 18 forks source link

Remove oauth2client upper-bound. #127

Closed bjwatson closed 8 years ago

bjwatson commented 8 years ago

google-cloud-pyton is effectively using version 3.0.0 anyway. Having this upper bound causes version conflicts, so it was doing more harm than good.

codecov-io commented 8 years ago

Current coverage is 91.23% (diff: 100%)

Merging #127 into master will not change coverage

@@             master       #127   diff @@
==========================================
  Files             3          3          
  Lines           719        719          
  Methods         150        150          
  Messages          0          0          
  Branches        116        116          
==========================================
  Hits            656        656          
  Misses           63         63          
  Partials          0          0          

Powered by Codecov. Last update ab8ab67...91179b0

bjwatson commented 8 years ago

Replaced by https://github.com/googleapis/packman/pull/133