From d6060a95d7be35a14f0d8b9e9c1602e7c88dadb8 Mon Sep 17 00:00:00 2001 From: Gianfranco Palumbo Date: Wed, 28 Sep 2016 22:56:27 +0100 Subject: [PATCH] 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/ --- src/plugins/power-management.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/power-management.ts b/src/plugins/power-management.ts index 5d9e1d6d92..a43999acc9 100644 --- a/src/plugins/power-management.ts +++ b/src/plugins/power-management.ts @@ -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 { /**