fix(web-intent): fix false negative of plugin installation (#2062)

* fix(web-intent): Fix false negative of plugin installation

* Update index.ts
This commit is contained in:
Hugo Des 2017-12-02 05:09:34 +01:00 committed by Ibby Hadeed
parent 86b2a2ca73
commit ae94c710af

View File

@ -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']
})