mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
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:
parent
86b2a2ca73
commit
ae94c710af
@ -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']
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user