aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-22 09:42:42 +0100
committerChocobozzz <me@florianbigard.com>2018-01-22 09:42:42 +0100
commit451ce9642c7be8cb2feb789105473d22909a0964 (patch)
treebe2290df1ce807b7ca26073670b7c914e47d08b6 /package.json
parent2af4fa4d8ba69424a279402e1e3f9e09a90c7e45 (diff)
downloadPeerTube-451ce9642c7be8cb2feb789105473d22909a0964.tar.gz
PeerTube-451ce9642c7be8cb2feb789105473d22909a0964.tar.zst
PeerTube-451ce9642c7be8cb2feb789105473d22909a0964.zip
Add commander in dependencies instead of dev dep
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index fcac1c7c2..12bf4a2a6 100644
--- a/package.json
+++ b/package.json
@@ -116,7 +116,7 @@
116 "@types/webtorrent": "^0.98.4", 116 "@types/webtorrent": "^0.98.4",
117 "@types/ws": "^3.0.2", 117 "@types/ws": "^3.0.2",
118 "chai": "^4.1.1", 118 "chai": "^4.1.1",
119 "commander": "^2.9.0", 119 "commander": "^2.13.0",
120 "mocha": "^4.0.1", 120 "mocha": "^4.0.1",
121 "nodemon": "^1.11.0", 121 "nodemon": "^1.11.0",
122 "source-map-support": "^0.5.0", 122 "source-map-support": "^0.5.0",