Skip to content

Commit 0d94bd8

Browse files
committed
Move google cloud logging to optional dependencies
1 parent 5c59222 commit 0d94bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"types": "out/index.d.ts",
1010
"author": "Coder",
1111
"license": "MIT",
12-
"dependencies": {
12+
"optionalDependencies": {
1313
"@google-cloud/logging": "^4.5.2"
1414
}
1515
}

0 commit comments

Comments
 (0)