Skip to content

Commit

Permalink
Remove google-apps-script-oauth2 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikidepia committed May 5, 2024
1 parent a4d1ccd commit d5b3c52
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
8 changes: 1 addition & 7 deletions appsscript.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"timeZone": "America/New_York",
"dependencies": {
"libraries": [{
"userSymbol": "OAuth2",
"libraryId": "1B7FSrk5Zi6L1rSxxTDgDEUsPzlukDsi4KGuTMorsTQHhGBzBkMun4iDF",
"version": "43"
}]
},
"dependencies": {},
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8"
}
12 changes: 0 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@
"@google/clasp": "^2.4.2",
"@types/google-apps-script": "^1.0.82",
"citation-js": "^0.7.10"
},
"devDependencies": {
"@types/google-apps-script-oauth2": "^38.0.4"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": ["esnext"],
"types": ["google-apps-script", "google-apps-script-oauth2"],
"types": ["google-apps-script"],
"experimentalDecorators": true,

"strict": true,
Expand Down

0 comments on commit d5b3c52

Please sign in to comment.