Skip to content

Commit

Permalink
feat(emailcomposer): use new supported plugin. #568
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Sep 24, 2016
1 parent 6407518 commit a092a31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/emailcomposer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ declare var cordova: any;
* ```
*/
@Plugin({
plugin: 'cordova-plugin-email-composer',
plugin: 'cordova-plugin-email',
pluginRef: 'cordova.plugins.email',
repo: 'https://github.com/katzer/cordova-plugin-email-composer.git',
platforms: ['Android', 'iOS', 'Windows Phone 8']
repo: 'https://github.com/hypery2k/cordova-email-plugin',
platforms: ['Android', 'iOS']
})
export class EmailComposer {

Expand Down

0 comments on commit a092a31

Please sign in to comment.