Remove useless wildcards for tslint

This commit is contained in:
Chocobozzz 2016-06-01 22:05:55 +02:00
parent ec2fd5851a
commit 40d5da636f
1 changed files with 1 additions and 1 deletions

View File

@ -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": {