Skip to content

Commit

Permalink
chore: convert to es6 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Aug 23, 2018
1 parent bdc2af5 commit 8aed666
Show file tree
Hide file tree
Showing 8 changed files with 596 additions and 620 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-resourcemanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].

```javascript
// Imports the Google Cloud client library
const Resource = require('@google-cloud/resource');
const {Resource} = require('@google-cloud/resource');

// Your Google Cloud Platform project ID
const projectId = 'YOUR_PROJECT_ID';
Expand Down
1 change: 0 additions & 1 deletion packages/google-cloud-resourcemanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"eslint-config-prettier": "^3.0.0",
"eslint-plugin-node": "^7.0.0",
"eslint-plugin-prettier": "^2.3.1",
"google-auto-auth": "^0.10.0",
"gts": "^0.8.0",
"ink-docstrap": "^1.3.0",
"intelli-espower-loader": "^1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// [START resource_quickstart]
// Imports the Google Cloud client library
const Resource = require('@google-cloud/resource');
const {Resource} = require('@google-cloud/resource');

// Your Google Cloud Platform project ID
const projectId = 'YOUR_PROJECT_ID';
Expand Down
Loading

0 comments on commit 8aed666

Please sign in to comment.