mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
refractor(plugin): fix typo in pluginref
This commit is contained in:
parent
930a4b8115
commit
18e04d6016
@ -8,7 +8,7 @@ import {Plugin, Cordova} from './plugin'
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-hotspot',
|
||||
pluginRef: 'cordova.plugnis.hotspot',
|
||||
pluginRef: 'cordova.plugins.hotspot',
|
||||
repo: 'https://github.com/hypery2k/cordova-hotspot-plugin'
|
||||
})
|
||||
export class Hotspot {
|
||||
@ -97,4 +97,4 @@ export class Hotspot {
|
||||
@Cordova()
|
||||
static isRooted() : Promise<any> {return}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user