fix: update dependencies and tsconfig to support Node 6#466
fix: update dependencies and tsconfig to support Node 6#466kalyanac merged 1 commit intogoogleapis:masterfrom
Conversation
JustinBeckwith
left a comment
There was a problem hiding this comment.
Usually we just rely on the version in the tsconfig, which as of today in [email protected] is es2015. When you upgrade to [email protected], it's gonna bump to es2016 by design. Why hard code it?
Codecov Report
@@ Coverage Diff @@
## master #466 +/- ##
=======================================
Coverage 75.94% 75.94%
=======================================
Files 4 4
Lines 212 212
Branches 24 24
=======================================
Hits 161 161
Misses 48 48
Partials 3 3Continue to review full report at Codecov.
|
|
Clarified the title. |
|
Closing this. It's probably just too hard to support Node 6, and Node 6 is basically end of life anyways. |
|
Actually, want to get this change in. |
No description provided.