fix(brightness): use correct pluginRef

This commit is contained in:
mhartington 2016-07-24 20:50:01 -04:00
parent c854c5a18c
commit e20c411dff
No known key found for this signature in database
GPG Key ID: C0CE5F60E890DB47

View File

@ -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']
})