Skip to content

Commit

Permalink
fix(anyline): added official plugin (#3144)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBelov authored and danielsogl committed Aug 30, 2019
1 parent a55bb60 commit 26447d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@ionic-native/plugins/anyline/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export interface AnylineOptions {
*/
@Plugin({
pluginName: 'Anyline',
plugin: 'cordova-plugin-anyline',
plugin: 'io-anyline-cordova',
pluginRef: 'Anyline',
repo: 'https://github.com/niconaso/anyline-ocr-cordova-module',
repo: 'https://github.com/Anyline/anyline-ocr-cordova-module',
platforms: ['Android', 'iOS']
})
@Injectable()
Expand Down

0 comments on commit 26447d2

Please sign in to comment.