X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=53aedfebd17d8e428faca325b96fb08d7716a66e;hb=03d641a0d7f996de44ec898ad739bc4050514ba1;hp=8da25088658755bcf9c49caaed73c48bd68c6e79;hpb=16fd7c4b86682f5407384c094fc909c5990562b2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 8da250886..53aedfebd 100644 --- a/client/package.json +++ b/client/package.json @@ -1,8 +1,8 @@ { "name": "peertube-client", - "version": "2.0.0-rc.1", + "version": "2.0.0", "private": true, - "licence": "GPLv3", + "license": "AGPL-3.0", "author": { "name": "Chocobozzz", "email": "chocobozzz@cpy.re", @@ -22,7 +22,6 @@ "webdriver-manager": "webdriver-manager", "ngx-extractor": "ngx-extractor" }, - "license": "GPLv3", "typings": "*.d.ts", "resolutions": { "video.js": "^7", @@ -48,6 +47,7 @@ "@angularclass/hmr": "^2.1.3", "@neos21/bootstrap3-glyphicons": "^1.0.1", "@ng-bootstrap/ng-bootstrap": "^5.1.0", + "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6", "@ngx-loading-bar/core": "^4.2.0", "@ngx-loading-bar/http-client": "^4.2.0", "@ngx-loading-bar/router": "^4.2.0", @@ -131,5 +131,8 @@ "webtorrent": "^0.107.16", "whatwg-fetch": "^3.0.0", "zone.js": "~0.10.0" + }, + "dependencies": { + "@ngx-i18nsupport/tooling": "^8.0.3" } }