mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +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: 'cordova-plugin-powermanagement-orig',
|
||||
pluginRef: 'https://github.com/Viras-/cordova-plugin-powermanagement',
|
||||
repo: 'powerManagement'
|
||||
pluginRef: 'powerManagement',
|
||||
repo: 'https://github.com/Viras-/cordova-plugin-powermanagement'
|
||||
})
|
||||
export class PowerManagement {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user