[@feathersjs/authentication-oauth2] Fix TypeScript version

Error: feathersjs__authentication-oauth2 depends on passport-github but
has a lower required TypeScript version.
This commit is contained in:
Dave Cardwell
2019-01-25 15:14:46 -05:00
parent 5d6a94a306
commit 98ff30f627
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Jan Lohage <https://github.com/j2L4e>
// Nick Bolles <https://github.com/NickBolles>
// Definitions: https://github.com/feathersjs-ecosystem/feathers-typescript
// TypeScript Version: 2.3
// TypeScript Version: 2.8
import * as self from '@feathersjs/authentication-oauth2';
import { Application, Paginated, Service } from '@feathersjs/feathers';