diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-01 22:05:55 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-01 22:05:55 +0200 |
commit | 40d5da636f6ca0ad947db9e3cfc6f3ad3fa1be91 (patch) | |
tree | 4f522f04c774c9fceed30d00dfc07995760de610 /client | |
parent | ec2fd5851aa15c50c7915e29d8b8f44463484fc6 (diff) | |
download | PeerTube-40d5da636f6ca0ad947db9e3cfc6f3ad3fa1be91.tar.gz PeerTube-40d5da636f6ca0ad947db9e3cfc6f3ad3fa1be91.tar.zst PeerTube-40d5da636f6ca0ad947db9e3cfc6f3ad3fa1be91.zip |
Remove useless wildcards for tslint
Diffstat (limited to 'client')
-rw-r--r-- | client/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index b77c6e447..dea673357 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": "standard && tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts" | 20 | "test": "standard && tslint -c ./tslint.json angular/**/*.ts" |
21 | }, | 21 | }, |
22 | "license": "GPLv3", | 22 | "license": "GPLv3", |
23 | "dependencies": { | 23 | "dependencies": { |