mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +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({
|
@Plugin({
|
||||||
pluginName: 'WebIntent',
|
pluginName: 'WebIntent',
|
||||||
plugin: 'com-darryncampbell-cordova-plugin-intent',
|
plugin: 'com-darryncampbell-cordova-plugin-intent',
|
||||||
pluginRef: 'intentShim',
|
pluginRef: 'plugins.intentShim',
|
||||||
repo: 'https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent',
|
repo: 'https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent',
|
||||||
platforms: ['Android']
|
platforms: ['Android']
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user