diff options
author | Lukas Eipert <git@leipert.io> | 2018-04-11 00:34:18 +0200 |
---|---|---|
committer | Lukas Eipert <git@leipert.io> | 2018-04-11 00:34:18 +0200 |
commit | bd1b2c665f612f304b68205bdf8fc96fdcfa3112 (patch) | |
tree | bee391414be8b838cc58b9e4375e89d45105f480 /package.json | |
parent | 6b8f1a1e15a71ec28eb639a2f424e3f202e22dea (diff) | |
download | gitlab-ce-bd1b2c665f612f304b68205bdf8fc96fdcfa3112.tar.gz |
use commander for safer cli argument parsing
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 763b0345e7c..7bac672a0b2 100644 --- a/package.json +++ b/package.json @@ -98,6 +98,7 @@ "axios-mock-adapter": "^1.10.0", "babel-eslint": "^8.0.2", "babel-plugin-istanbul": "^4.1.5", + "commander": "^2.15.1", "eslint": "^3.18.0", "eslint-config-airbnb-base": "^10.0.1", "eslint-import-resolver-webpack": "^0.8.3", |