aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-24 10:33:50 +0100
committerChocobozzz <me@florianbigard.com>2018-01-24 10:33:50 +0100
commita28f353a64c24df5cf29d4167429d27f88c94502 (patch)
treed6785af7d621ffbf5cf399551797416754de8fa8 /client
parent1f7ab4f3104df051f2d2cd4ed85ff6092c92efeb (diff)
downloadPeerTube-a28f353a64c24df5cf29d4167429d27f88c94502.tar.gz
PeerTube-a28f353a64c24df5cf29d4167429d27f88c94502.tar.zst
PeerTube-a28f353a64c24df5cf29d4167429d27f88c94502.zip
Fix lint
Diffstat (limited to 'client')
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index f9becb215..a14376fd8 100644
--- a/client/package.json
+++ b/client/package.json
@@ -13,7 +13,7 @@
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 --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", 16 "lint": "standard && tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'",
17 "webpack": "webpack", 17 "webpack": "webpack",
18 "ng": "ng", 18 "ng": "ng",
19 "postinstall": "npm rebuild node-sass", 19 "postinstall": "npm rebuild node-sass",