diff options
author | Chocobozzz <me@florianbigard.com> | 2021-03-24 17:47:59 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-03-24 18:18:40 +0100 |
commit | d00717523890dfc90859a27921f20d79d101ae6e (patch) | |
tree | c1f83cea5bc800351346816b29f996b780fcb99a /package.json | |
parent | 51294901cf2be31d4f9cd846bf5534c9982c4b6f (diff) | |
download | PeerTube-d00717523890dfc90859a27921f20d79d101ae6e.tar.gz PeerTube-d00717523890dfc90859a27921f20d79d101ae6e.tar.zst PeerTube-d00717523890dfc90859a27921f20d79d101ae6e.zip |
Bumped to version v3.1.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index c8773ed06..67a54a57f 100644 --- a/package.json +++ b/package.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "peertube", | 2 | "name": "peertube", |
3 | "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", | 3 | "description": "PeerTube, an ActivityPub-federated video streaming platform using P2P directly in your web browser.", |
4 | "version": "3.1.0-rc.1", | 4 | "version": "3.1.0", |
5 | "private": true, | 5 | "private": true, |
6 | "licence": "AGPL-3.0", | 6 | "licence": "AGPL-3.0", |
7 | "engines": { | 7 | "engines": { |
@@ -227,9 +227,6 @@ | |||
227 | "silent": true | 227 | "silent": true |
228 | }, | 228 | }, |
229 | "sasslintConfig": "client/.sass-lint.yml", | 229 | "sasslintConfig": "client/.sass-lint.yml", |
230 | "_moduleAliases": { | ||
231 | "@server": "dist/server" | ||
232 | }, | ||
233 | "bundlewatch": { | 230 | "bundlewatch": { |
234 | "files": [ | 231 | "files": [ |
235 | { | 232 | { |