mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-16 08:21:10 +08:00
fix(power-management): fix repo and pluginref (#603)
Fixes the link that is generated in the docs here http://ionicframework.com/docs/v2/native/powermanagement/
This commit is contained in:
parent
80ff2f3bfa
commit
d6060a95d7
@ -17,8 +17,8 @@ import { Plugin, Cordova } from './plugin';
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
plugin: 'cordova-plugin-powermanagement-orig',
|
plugin: 'cordova-plugin-powermanagement-orig',
|
||||||
pluginRef: 'https://github.com/Viras-/cordova-plugin-powermanagement',
|
pluginRef: 'powerManagement',
|
||||||
repo: 'powerManagement'
|
repo: 'https://github.com/Viras-/cordova-plugin-powermanagement'
|
||||||
})
|
})
|
||||||
export class PowerManagement {
|
export class PowerManagement {
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user