Skip to content

Commit

Permalink
fix(jumio): update plugin reference and source (#3428)
Browse files Browse the repository at this point in the history
* feat(jumio): add plugin

* Update index.ts

* docs(example & cordova repo)

* remove space at end of plugin name

* Readme description doesn't generate md file properly under certain conditions

Co-authored-by: Daniel Sogl <daniel@sogls.de>
  • Loading branch information
danielzen and danielsogl committed Jun 11, 2020
1 parent 3df35b4 commit 389a3fb
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/@ionic-native/plugins/jumio/index.ts
Expand Up @@ -407,13 +407,11 @@ export class BAMCardInformation {

/**
* @name Jumio
* @description
* [Jumio mobile-cordova](https://github.com/Jumio/mobile-cordova) Plugin for Ionic
* @description Check out [example with Angular 9.1 & Capacitor 2.1](https://github.com/zendigital/jumio-ionic-demo)
*
* Read this for [Platform Customization](https://github.com/Jumio/mobile-cordova#customization) is possible
*
* To get Jumio Cordova working on Android check out this [FAQ](https://github.com/Jumio/mobile-cordova#faq)
* [Platform Customization](https://github.com/Jumio/mobile-cordova#customization) is possible
*
* Original source: [Jumio mobile-cordova](https://github.com/Jumio/mobile-cordova) Plugin for Apache Cordova
* @usage
* ```typescript
* import {
Expand Down Expand Up @@ -445,10 +443,9 @@ export class BAMCardInformation {
*/
@Plugin({
pluginName: 'Jumio',
plugin: 'cordova-plugin-jumio-mobilesdk',
plugin: 'jumio-cordova',
pluginRef: 'Jumio',
repo: 'https://github.com/Jumio/mobile-cordova',
install: 'npm install git://github.com/Jumio/mobile-cordova.git',
repo: 'https://github.com/danielzen/jumio-cordova',
platforms: ['Android', 'iOS'],
})
@Injectable()
Expand Down

0 comments on commit 389a3fb

Please sign in to comment.