Skip to content

Commit

Permalink
hand-edits
Browse files Browse the repository at this point in the history
  • Loading branch information
landrito committed Jun 30, 2017
1 parent 0df9c6c commit 00fb3bc
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 6 deletions.
35 changes: 32 additions & 3 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,37 @@
"version": "0.3.0",
"author": "Google Inc",
"description": "Stackdriver Monitoring API client for Node.js",
"contributors": [
{
"name": "Burcu Dogan",
"email": "jbd@google.com"
},
{
"name": "Johan Euphrosine",
"email": "proppy@google.com"
},
{
"name": "Patrick Costello",
"email": "pcostell@google.com"
},
{
"name": "Ryan Seys",
"email": "ryan@ryanseys.com"
},
{
"name": "Silvano Luciani",
"email": "silvano@google.com"
},
{
"name": "Stephen Sawchuk",
"email": "sawchuk@gmail.com"
}
],
"main": "src/index.js",
"files": [
"src",
"AUTHORS",
"CONTRIBUTING",
"COPYING"
],
"keywords": [
Expand All @@ -21,13 +48,15 @@
"cloud",
"google monitoring",
"monitoring",
"stackdriver monitoring",
"stackdriver",
"Stackdriver Monitoring API"
],
"dependencies": {
"google-proto-files": "^0.12.0",
"extend": "^3.0.0",
"google-gax": "^0.13.2",
"lodash.union": "^4.6.0",
"extend": "^3.0.0"
"google-proto-files": "^0.12.0",
"lodash.union": "^4.6.0"
},
"devDependencies": {
"mocha": "^3.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ describe('MetricServiceSmokeTest', function() {
.on('error', done)
.on('end', done);
});
});
});
2 changes: 1 addition & 1 deletion packages/monitoring/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ module.exports.types = v3Protos;
module.exports.v3 = {};
module.exports.v3.group = groupV3;
module.exports.v3.metric = metricV3;
module.exports.v3.types = v3Protos;
module.exports.v3.types = v3Protos;
2 changes: 1 addition & 1 deletion packages/monitoring/src/v3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ v3.ALL_SCOPES = union(
metricServiceClient.ALL_SCOPES
);

module.exports = v3;
module.exports = v3;

0 comments on commit 00fb3bc

Please sign in to comment.