1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

Replace passport-local definition file with @types/passport-local

This commit:
- use @types/passport-local
- removes custom definition file
- updates implementation to use correct interface from @types/passport-local

Thanks!
This commit is contained in:
Peter Blazejewicz
2018-01-05 22:30:54 +01:00
parent 351b1ce677
commit c1c23a0b99
3 changed files with 3 additions and 50 deletions

View File

@@ -71,6 +71,7 @@
"@types/nodemailer": "^1.3.32",
"@types/passport": "^0.3.3",
"@types/passport-facebook": "^2.1.3",
"@types/passport-local": "^1.0.32",
"@types/request": "^2.0.9",
"@types/supertest": "^2.0.4",
"@types/shelljs": "^0.7.7",