aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2017-04-19 13:23:06 -0700
committerGravatar murgatroid99 <mlumish@google.com>2017-04-19 13:23:06 -0700
commit633933ee0b516c31ba533fb9619b3fb39aa0d6bd (patch)
treee75f5bf84a003a74f6c6549d1d639b938887bd8d /package.json
parent3b73161380a2457ba29ef0200eb73f9ee7e6dce4 (diff)
Node: Don't depend on cares npm package
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index d4f7b56b6a..38312731c2 100644
--- a/package.json
+++ b/package.json
@@ -34,8 +34,7 @@
"lodash": "^4.15.0",
"nan": "^2.0.0",
"node-pre-gyp": "^0.6.0",
- "protobufjs": "^6.7.0",
- "cares": "^1.1.5"
+ "protobufjs": "^6.7.0"
},
"devDependencies": {
"async": "^2.0.1",