File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "repository" : " GoogleCloudPlatform/google-cloud-node" ,
33 "name" : " @google-cloud/monitoring" ,
4- "version" : " 0.3.0 " ,
4+ "version" : " 0.2.3 " ,
55 "author" : " Google Inc" ,
66 "description" : " Stackdriver Monitoring API client for Node.js" ,
77 "main" : " src/index.js" ,
3030 "lodash.union" : " ^4.6.0"
3131 },
3232 "devDependencies" : {
33- "mocha" : " ^3.2.0" ,
34- "through2" : " ^2.0.3"
33+ "mocha" : " ^3.2.0"
3534 },
3635 "scripts" : {
3736 "publish-module" : " node ../../scripts/publish.js monitoring" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ var groupServiceClient = require('./group_service_client');
1919var metricServiceClient = require ( './metric_service_client' ) ;
2020var gax = require ( 'google-gax' ) ;
2121var extend = require ( 'extend' ) ;
22- var union = require ( 'lodash.union' ) ;
2322
2423function v3 ( options ) {
2524 options = extend ( {
@@ -34,9 +33,6 @@ function v3(options) {
3433
3534v3 . GAPIC_VERSION = '0.0.5' ;
3635v3 . SERVICE_ADDRESS = groupServiceClient . SERVICE_ADDRESS ;
37- v3 . ALL_SCOPES = union (
38- groupServiceClient . ALL_SCOPES ,
39- metricServiceClient . ALL_SCOPES
40- ) ;
36+ v3 . ALL_SCOPES = groupServiceClient . ALL_SCOPES ;
4137
4238module . exports = v3 ;
You can’t perform that action at this time.
0 commit comments