projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec2fd58
)
Remove useless wildcards for tslint
author
Chocobozzz
<florian.bigard@gmail.com>
Wed, 1 Jun 2016 20:05:55 +0000
(22:05 +0200)
committer
Chocobozzz
<florian.bigard@gmail.com>
Wed, 1 Jun 2016 20:05:55 +0000
(22:05 +0200)
client/package.json
patch
|
blob
|
history
diff --git
a/client/package.json
b/client/package.json
index b77c6e44759ff64aaf7f3ef0cc4f41a22f608157..dea673357856de7198480ba58a583cc6a319fd39 100644
(file)
--- a/
client/package.json
+++ b/
client/package.json
@@
-17,7
+17,7
@@
"tsc:w": "tsc -w",
"typings": "typings",
"postinstall": "typings install",
- "test": "standard && tslint -c ./tslint.json angular/**/*.ts
angular/**/**/*.ts angular/**/**/**/*.ts
"
+ "test": "standard && tslint -c ./tslint.json angular/**/*.ts"
},
"license": "GPLv3",
"dependencies": {