Skip to content

Commit f3b9881

Browse files
committed
fix: Bring back Node.js v6 support
It was removed (withuot major version bump) with v2.3.3
1 parent 3734dd6 commit f3b9881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"bluebird": "^3.7.2",
4444
"chalk": "^2.4.2",
4545
"fs-extra": "^8.1.0",
46-
"googleapis": "^41.0.1",
46+
"googleapis": "^39.2.0",
4747
"lodash": "^4.17.15"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)