Skip to content

Commit

Permalink
chore: remove unused dependencies (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith committed Oct 26, 2018
1 parent bc201fe commit 23f7471
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions packages/google-cloud-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@
},
"dependencies": {
"@google-cloud/common": "^0.26.0",
"extend": "^3.0.1",
"google-gax": "^0.20.0",
"google-proto-files": "^0.17.0",
"lodash.merge": "^4.6.1",
"protobufjs": "^6.8.6",
"pumpify": "^1.5.1",
Expand All @@ -88,7 +86,6 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.3.0",
"async": "^2.6.1",
"codecov": "^3.0.2",
"eslint": "^5.0.0",
"eslint-config-prettier": "^3.0.0",
Expand All @@ -102,7 +99,6 @@
"power-assert": "^1.6.0",
"prettier": "^1.13.5",
"proxyquire": "^2.1.0",
"safe-buffer": "^5.1.2",
"sinon": "^7.0.0"
}
}
1 change: 0 additions & 1 deletion packages/google-cloud-node/test/helpers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
'use strict';

const assert = require('assert');
const Buffer = require('safe-buffer').Buffer;
const common = require('@google-cloud/common');
const proxyquire = require('proxyquire');
const sinon = require('sinon');
Expand Down

0 comments on commit 23f7471

Please sign in to comment.