docs(device-accounts): updated source (#1651)

Added NPM support
This commit is contained in:
Daniel Sogl 2017-06-06 05:07:17 +02:00 committed by Ibby Hadeed
parent 663c24d2fa
commit 884cabd301

View File

@ -22,9 +22,9 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
*/
@Plugin({
pluginName: 'DeviceAccounts',
plugin: 'https://github.com/loicknuchel/cordova-device-accounts.git',
plugin: 'cordova-device-accounts',
pluginRef: 'plugins.DeviceAccounts',
repo: 'https://github.com/loicknuchel/cordova-device-accounts',
repo: 'https://github.com/danielsogl/cordova-device-accounts',
platforms: ['Android']
})
@Injectable()