X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=80d5a04acfb45847f75a1d3043096c68254c2b2e;hb=2cae5f13076a31aa95774679aed1f13c3bd5f8ce;hp=2d5258fa0d5e6803a90e272eef92697b1f28367c;hpb=74921541dbbb0dfce65fc11c7d74deed488ef9bc;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 2d5258fa0..80d5a04ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", - "version": "1.0.0-beta.13", + "version": "1.0.0-rc.2", "private": true, "licence": "AGPLv3", "engines": { @@ -11,8 +11,8 @@ "peertube": "dist/server/tools/peertube.js" }, "author": { - "name": "Florian Bigard", - "email": "florian.bigard@gmail.com", + "name": "Chocobozzz", + "email": "chocobozzz@cpy.re", "url": "http://github.com/Chocobozzz" }, "repository": { @@ -22,6 +22,7 @@ "typings": "*.d.ts", "scripts": { "e2e": "scripty", + "e2e:local": "scripty", "build": "SCRIPTY_PARALLEL=true scripty", "build:server": "scripty", "build:client": "scripty", @@ -197,7 +198,7 @@ "supertest": "^3.0.0", "ts-node": "7.0.1", "tslint": "^5.7.0", - "tslint-config-standard": "^7.0.0", + "tslint-config-standard": "^8.0.1", "typescript": "^2.5.2", "xliff": "^4.0.0" },