Skip to content

Commit

Permalink
feat: add googleapis lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Buzzertech committed Jun 16, 2019
1 parent 1024544 commit c750ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"debug": "^4.1.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^8.0.1",
"googleapis": "^40.0.0",
"lodash": "^4.17.11",
"puppeteer": "^1.17.0"
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "esnext",
"lib": ["dom", "esnext"],
"importHelpers": true,
"declaration": true,
"declaration": false,
"sourceMap": true,
"rootDir": "./",
"strict": true,
Expand Down

0 comments on commit c750ec2

Please sign in to comment.