aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/package.json4
1 files changed, 2 insertions, 2 deletions
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 @@
13 "url": "git://github.com/Chocobozzz/PeerTube.git" 13 "url": "git://github.com/Chocobozzz/PeerTube.git"
14 }, 14 },
15 "scripts": { 15 "scripts": {
16 "lint": "standard && tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", 16 "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
17 "webpack": "webpack", 17 "webpack": "webpack",
18 "tslint": "tslint",
18 "ng": "ng", 19 "ng": "ng",
19 "postinstall": "npm rebuild node-sass", 20 "postinstall": "npm rebuild node-sass",
20 "webpack-bundle-analyzer": "webpack-bundle-analyzer" 21 "webpack-bundle-analyzer": "webpack-bundle-analyzer"
@@ -75,7 +76,6 @@
75 "sanitize-html": "^1.16.3", 76 "sanitize-html": "^1.16.3",
76 "sass-loader": "^6.0.3", 77 "sass-loader": "^6.0.3",
77 "sass-resources-loader": "^1.2.1", 78 "sass-resources-loader": "^1.2.1",
78 "standard": "^10.0.0",
79 "tslint": "^5.7.0", 79 "tslint": "^5.7.0",
80 "tslint-config-standard": "^7.0.0", 80 "tslint-config-standard": "^7.0.0",
81 "typescript": "2.6", 81 "typescript": "2.6",