fix(secure-storage): update the pluginRef (#1228)

Fixes the plugin not found issue by using the correct pluginRef.
This commit is contained in:
Mike Roberts 2017-03-22 22:15:42 -04:00 committed by Ibby Hadeed
parent acbb3382fe
commit baff7b3d7c

View File

@ -90,7 +90,7 @@ export class SecureStorageObject {
@Plugin({ @Plugin({
pluginName: 'SecureStorage', pluginName: 'SecureStorage',
plugin: 'cordova-plugin-secure-storage', plugin: 'cordova-plugin-secure-storage',
pluginRef: 'plugins.securestorage', pluginRef: 'cordova.plugins.SecureStorage',
repo: 'https://github.com/Crypho/cordova-plugin-secure-storage', repo: 'https://github.com/Crypho/cordova-plugin-secure-storage',
platforms: ['Android', 'iOS', 'Windows Phone', 'Browser'] platforms: ['Android', 'iOS', 'Windows Phone', 'Browser']
}) })