Skip to content

Commit

Permalink
fix(brightness): use correct pluginRef
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Jul 25, 2016
1 parent c854c5a commit e20c411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/brightness.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Cordova, Plugin } from './plugin';
*/
@Plugin({
plugin: 'cordova-plugin-brightness',
pluginRef: 'plugins.brightness',
pluginRef: 'cordova.plugins.brightness',
repo: 'https://github.com/mgcrea/cordova-plugin-brightness',
platforms: ['Android', 'iOS']
})
Expand Down

0 comments on commit e20c411

Please sign in to comment.