From c2ff22015eccfe6f62fc2a7db906cfcb0b4da187 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 22 Feb 2018 10:41:36 +0100 Subject: Upgrade dependencies and remove standard --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/package.json') diff --git a/client/package.json b/client/package.json index e5fa02262..d961ee1db 100644 --- a/client/package.json +++ b/client/package.json @@ -13,8 +13,9 @@ "url": "git://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "lint": "standard && tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", + "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", "webpack": "webpack", + "tslint": "tslint", "ng": "ng", "postinstall": "npm rebuild node-sass", "webpack-bundle-analyzer": "webpack-bundle-analyzer" @@ -75,7 +76,6 @@ "sanitize-html": "^1.16.3", "sass-loader": "^6.0.3", "sass-resources-loader": "^1.2.1", - "standard": "^10.0.0", "tslint": "^5.7.0", "tslint-config-standard": "^7.0.0", "typescript": "2.6", -- cgit v1.2.3