Skip to content

Commit

Permalink
fix(power-management): fix repo and pluginref (#603)
Browse files Browse the repository at this point in the history
Fixes the link that is generated in the docs here
http://ionicframework.com/docs/v2/native/powermanagement/
  • Loading branch information
gianpaj authored and ihadeed committed Sep 28, 2016
1 parent 80ff2f3 commit d6060a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/power-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down

0 comments on commit d6060a9

Please sign in to comment.