Skip to content

Commit

Permalink
fix(web-intent): fix false negative of plugin installation (#2062)
Browse files Browse the repository at this point in the history
* fix(web-intent): Fix false negative of plugin installation

* Update index.ts
  • Loading branch information
Hugo Des authored and ihadeed committed Dec 2, 2017
1 parent 86b2a2c commit ae94c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@ionic-native/plugins/web-intent/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import { Observable } from 'rxjs/Observable';
@Plugin({
pluginName: 'WebIntent',
plugin: 'com-darryncampbell-cordova-plugin-intent',
pluginRef: 'intentShim',
pluginRef: 'plugins.intentShim',
repo: 'https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent',
platforms: ['Android']
})
Expand Down

0 comments on commit ae94c71

Please sign in to comment.