aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-28 22:25:25 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-28 22:25:25 -0700
commitc91504ed57c93d30f654d9f3a0fee62c1236fad8 (patch)
tree5f685302b97c45c6f1f9555d22bb62c2da0cab13 /package.json
parentad0492d50e55d77d7e441214d6ae8e7ba73abc6f (diff)
parent51b81c1e5555c2dd0a2198a72b59d4cba8174e12 (diff)
Merge pull request #5900 from murgatroid99/node_callback_convention
Follow Node's callback-last convention for client calls
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index d430dfe28f..4da7c708f0 100644
--- a/package.json
+++ b/package.json
@@ -27,6 +27,7 @@
},
"bundledDependencies": ["node-pre-gyp"],
"dependencies": {
+ "arguejs": "^0.2.3",
"lodash": "^3.9.3",
"nan": "^2.0.0",
"protobufjs": "^4.0.0"