Skip to content

Commit

Permalink
Add Gapic-generated files to logging API.
Browse files Browse the repository at this point in the history
The same structure as googleapis#1476.
  • Loading branch information
jmuk committed Aug 31, 2016
1 parent 5c39454 commit cf0c156
Show file tree
Hide file tree
Showing 9 changed files with 1,564 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,13 @@
],
"dependencies": {
"@google-cloud/common": "^0.3.0",
"arguejs": "^0.2.3",
"arrify": "^1.0.0",
"extend": "^3.0.0",
"google-gax": "^0.6.0",
"google-proto-files": "^0.2.1",
"is": "^3.0.1",
"lodash": "^4.15.0",
"string-format-obj": "^1.0.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/logging/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,3 +575,4 @@ Logging.Logging = Logging;
Logging.Sink = Sink;

module.exports = Logging;
module.exports.v2 = require('./v2');
Loading

0 comments on commit cf0c156

Please sign in to comment.