stephenplusplus / google-auto-auth

Making it as easy as possible to authenticate a Google API request
MIT License
34 stars 9 forks source link

require Node >= 4 #18

Closed stephenplusplus closed 7 years ago

stephenplusplus commented 7 years ago

This PR changes our implicit dependency on Node * to explicitly depending on Node >= 4. It will require a semver-major bump to 0.7.0.

In this PR:

@SimenB would you mind taking a look to make sure I didn't gloss over anything?

stephenplusplus commented 7 years ago

Done! Would you take another look at my arrow function-ization and classifying?