X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=6955fa7521d697b92ccee6d88c9d931964b79e99;hb=8892e8cc63fcef1ce4952b6a8e2946d730c5e8bb;hp=10634c3c4de0a93d1ba524cf5fdbb16e972d13dd;hpb=6b2ef589ed8ef5d253f6213e1bb275cbe135f2b4;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 10634c3c4..6955fa752 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "0.0.0-alpha", + "version": "0.0.19-alpha", "private": true, "licence": "GPLv3", "author": { @@ -13,7 +13,7 @@ "url": "git://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", + "lint": "standard && tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", "webpack": "webpack", "ng": "ng", "postinstall": "npm rebuild node-sass",