aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-11 14:23:52 +0200
committerChocobozzz <me@florianbigard.com>2018-07-11 14:24:37 +0200
commitde17453a98bd9e78d5ba63fa55466e567558d6c2 (patch)
tree2a0f8e779a5505be4b4ae05f83d47e30d847bcca /package.json
parent396f224b5c798ff4a300ca5c937ddee7a9dfee47 (diff)
downloadPeerTube-de17453a98bd9e78d5ba63fa55466e567558d6c2.tar.gz
PeerTube-de17453a98bd9e78d5ba63fa55466e567558d6c2.tar.zst
PeerTube-de17453a98bd9e78d5ba63fa55466e567558d6c2.zip
Remove kue from the dependencies and move prompt to main ones
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json
index a284dfeb6..96b082363 100644
--- a/package.json
+++ b/package.json
@@ -99,7 +99,6 @@
99 "js-yaml": "^3.5.4", 99 "js-yaml": "^3.5.4",
100 "jsonld": "^1.0.1", 100 "jsonld": "^1.0.1",
101 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", 101 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
102 "kue": "^0.11.6",
103 "lodash": "^4.17.10", 102 "lodash": "^4.17.10",
104 "magnet-uri": "^5.1.4", 103 "magnet-uri": "^5.1.4",
105 "mkdirp": "^0.5.1", 104 "mkdirp": "^0.5.1",
@@ -112,6 +111,7 @@
112 "pfeed": "^1.1.6", 111 "pfeed": "^1.1.6",
113 "pg": "^7.4.1", 112 "pg": "^7.4.1",
114 "pg-hstore": "^2.3.2", 113 "pg-hstore": "^2.3.2",
114 "prompt": "^1.0.0",
115 "redis": "^2.8.0", 115 "redis": "^2.8.0",
116 "reflect-metadata": "^0.1.10", 116 "reflect-metadata": "^0.1.10",
117 "request": "^2.81.0", 117 "request": "^2.81.0",
@@ -139,7 +139,6 @@
139 "@types/config": "^0.0.34", 139 "@types/config": "^0.0.34",
140 "@types/express": "^4.0.35", 140 "@types/express": "^4.0.35",
141 "@types/express-rate-limit": "^2.9.3", 141 "@types/express-rate-limit": "^2.9.3",
142 "@types/kue": "^0.11.8",
143 "@types/libxmljs": "^0.18.0", 142 "@types/libxmljs": "^0.18.0",
144 "@types/lodash": "^4.14.64", 143 "@types/lodash": "^4.14.64",
145 "@types/magnet-uri": "^5.1.1", 144 "@types/magnet-uri": "^5.1.1",
@@ -169,7 +168,6 @@
169 "mocha": "^5.0.0", 168 "mocha": "^5.0.0",
170 "nodemon": "^1.11.0", 169 "nodemon": "^1.11.0",
171 "prettier": "1.13.6", 170 "prettier": "1.13.6",
172 "prompt": "^1.0.0",
173 "sass-lint": "^1.12.1", 171 "sass-lint": "^1.12.1",
174 "source-map-support": "^0.5.0", 172 "source-map-support": "^0.5.0",
175 "spectacle-docs": "^1.0.2", 173 "spectacle-docs": "^1.0.2",