Move commander in production dependencies
authorChocobozzz <me@florianbigard.com>
Tue, 23 Jan 2018 17:58:07 +0000 (18:58 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 23 Jan 2018 17:58:07 +0000 (18:58 +0100)
package.json

index 8053e34621b6f19b469a34d97904756ff4b8a51e..6007d2bd3d9fb0de1bd12fe255a1609bc5809ca0 100644 (file)
@@ -40,6 +40,7 @@
     "parse-log": "ts-node ./scripts/parse-log.ts",
     "postinstall": "cd client && yarn install --pure-lockfile",
     "tsc": "tsc",
+    "commander": "commander",
     "ng": "ng",
     "nodemon": "nodemon",
     "ts-node": "ts-node",
@@ -55,6 +56,7 @@
     "bittorrent-tracker": "^9.0.0",
     "bluebird": "^3.5.0",
     "body-parser": "^1.12.4",
+    "commander": "^2.13.0",
     "concurrently": "^3.1.0",
     "config": "^1.14.0",
     "cors": "^2.8.1",
     "@types/webtorrent": "^0.98.4",
     "@types/ws": "^3.0.2",
     "chai": "^4.1.1",
-    "commander": "^2.13.0",
     "mocha": "^4.0.1",
     "nodemon": "^1.11.0",
     "source-map-support": "^0.5.0",