Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

chore: remove unused dependencies #216

Merged
merged 2 commits into from
Oct 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions 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 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