docs(camera preview): update to correct repo

* docs(camera preview): update to correct repo

* docs(camera preview): fix typo

* docs(camera preview): Update to other repo

* fix(camera preview): revert to old plugin and update repo to matching repo
This commit is contained in:
Alex Muramoto 2016-11-18 14:30:06 -08:00 committed by Mike Hartington
parent dd2ccef0c7
commit b5cc14c546

View File

@ -70,9 +70,9 @@ export interface CameraPreviewSize {
*/
@Plugin({
pluginName: 'CameraPreview',
plugin: 'https://github.com/westonganger/cordova-plugin-camera-preview',
plugin: 'cordova-plugin-camera-preview',
pluginRef: 'cordova.plugins.camerapreview',
repo: 'https://github.com/westonganger/cordova-plugin-camera-preview',
repo: 'https://github.com/cordova-plugin-camera-preview/cordova-plugin-camera-preview',
platforms: ['Android', 'iOS']
})
export class CameraPreview {