aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-05-31 11:48:28 +0200
committerChocobozzz <me@florianbigard.com>2019-05-31 11:48:28 +0200
commit4c72c1cd411b4ff7ed054b584f184117bae91d5b (patch)
tree680a9de2f2a4cda92ee13f2028badd6e5696377a /package.json
parent34c7f429e411fb911dfa56a816b638fd665717a4 (diff)
downloadPeerTube-4c72c1cd411b4ff7ed054b584f184117bae91d5b.tar.gz
PeerTube-4c72c1cd411b4ff7ed054b584f184117bae91d5b.tar.zst
PeerTube-4c72c1cd411b4ff7ed054b584f184117bae91d5b.zip
Move concurrently in dev package
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 bdc389572..2118c9dcf 100644
--- a/package.json
+++ b/package.json
@@ -103,7 +103,6 @@
103 "bytes": "^3.0.0", 103 "bytes": "^3.0.0",
104 "cli-table": "^0.3.1", 104 "cli-table": "^0.3.1",
105 "commander": "^2.13.0", 105 "commander": "^2.13.0",
106 "concurrently": "^4.0.1",
107 "config": "^3.0.0", 106 "config": "^3.0.0",
108 "cookie-parser": "^1.4.3", 107 "cookie-parser": "^1.4.3",
109 "cors": "^2.8.1", 108 "cors": "^2.8.1",
@@ -198,6 +197,7 @@
198 "chai": "^4.1.1", 197 "chai": "^4.1.1",
199 "chai-json-schema": "^1.5.0", 198 "chai-json-schema": "^1.5.0",
200 "chai-xml": "^0.3.2", 199 "chai-xml": "^0.3.2",
200 "concurrently": "^4.1.0",
201 "husky": "^1.0.0-rc.4", 201 "husky": "^1.0.0-rc.4",
202 "libxmljs": "0.19.5", 202 "libxmljs": "0.19.5",
203 "lint-staged": "^8.0.4", 203 "lint-staged": "^8.0.4",