diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 1630706eb..6f789c5bf 100644 --- a/package.json +++ b/package.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "peertube", | 2 | "name": "peertube", |
3 | "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", | 3 | "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", |
4 | "version": "1.2.1", | 4 | "version": "1.3.0-rc.1", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPLv3", | 6 | "licence": "AGPLv3", |
7 | "engines": { | 7 | "engines": { |
@@ -205,6 +205,7 @@ | |||
205 | "maildev": "^1.0.0-rc3", | 205 | "maildev": "^1.0.0-rc3", |
206 | "marked-man": "^0.4.2", | 206 | "marked-man": "^0.4.2", |
207 | "mocha": "^6.0.0", | 207 | "mocha": "^6.0.0", |
208 | "mocha-parallel-tests": "^2.1.0", | ||
208 | "nodemon": "^1.18.6", | 209 | "nodemon": "^1.18.6", |
209 | "sass-lint": "^1.12.1", | 210 | "sass-lint": "^1.12.1", |
210 | "source-map-support": "^0.5.0", | 211 | "source-map-support": "^0.5.0", |