aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-14 22:12:03 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-14 22:12:03 +0200
commit2e2bef6f58cd9cefcd437649b20f83a2ca996ec7 (patch)
tree66e96b3ab4f25bdb88507160d2d89a1f125825ff /client/package.json
parent1553e15d82b8a1ec4967a90d43b33274f8215c44 (diff)
downloadPeerTube-2e2bef6f58cd9cefcd437649b20f83a2ca996ec7.tar.gz
PeerTube-2e2bef6f58cd9cefcd437649b20f83a2ca996ec7.tar.zst
PeerTube-2e2bef6f58cd9cefcd437649b20f83a2ca996ec7.zip
Fix tslint check
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index 1d1fde71b..8070881f5 100644
--- a/client/package.json
+++ b/client/package.json
@@ -17,7 +17,7 @@
17 "tsc:w": "tsc -w", 17 "tsc:w": "tsc -w",
18 "typings": "typings", 18 "typings": "typings",
19 "postinstall": "typings install", 19 "postinstall": "typings install",
20 "test": "tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts" 20 "test": "tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts"
21 }, 21 },
22 "license": "ISC", 22 "license": "ISC",
23 "dependencies": { 23 "dependencies": {