aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAnna Henningsen <[email protected]>2015-04-15 17:11:10 +0200
committerAnna Henningsen <[email protected]>2015-12-10 22:14:42 +0100
commitbe2f7b8407e84bd3db1c3d30b2a0b225c9faaf15 (patch)
tree1fd3ed200472f5b6c19123ecf3b04aa6b837d869 /package.json
parent879fb9e850ef569c37dd255059f0e63b6029281a (diff)
downloadnode-coveralls-be2f7b8407e84bd3db1c3d30b2a0b225c9faaf15.tar.xz
node-coveralls-be2f7b8407e84bd3db1c3d30b2a0b225c9faaf15.zip
Use minimist to parse command line options
The command line options are made available as a object via `index.options`
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index d8f4dfb..24b7237 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,8 @@
"js-yaml": "3.0.1",
"lcov-parse": "0.0.6",
"log-driver": "1.2.4",
- "request": "2.67.0"
+ "request": "2.67.0",
+ "minimist": "1.2.0"
},
"devDependencies": {
"sinon-restore": "1.0.0",