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:
Gianfranco Palumbo 2016-09-28 22:56:27 +01:00 committed by Ibrahim Hadeed
parent 80ff2f3bfa
commit d6060a95d7

View File

@ -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 {
/**