From 4ed8f9337f38125f41c2899744ff15ad9d19459a Mon Sep 17 00:00:00 2001 From: Daniel Sogl Date: Tue, 6 Jun 2017 05:03:50 +0200 Subject: [PATCH] docs(screenshot): nom support (#1656) --- src/@ionic-native/plugins/screenshot/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/screenshot/index.ts b/src/@ionic-native/plugins/screenshot/index.ts index 363dd9a5c..c8674c5e0 100644 --- a/src/@ionic-native/plugins/screenshot/index.ts +++ b/src/@ionic-native/plugins/screenshot/index.ts @@ -23,7 +23,7 @@ declare const navigator: any; */ @Plugin({ pluginName: 'Screenshot', - plugin: 'https://github.com/gitawego/cordova-screenshot.git', + plugin: 'com.darktalker.cordova.screenshot', pluginRef: 'navigator.screenshot', repo: 'https://github.com/gitawego/cordova-screenshot', platforms: ['Android', 'iOS', 'macOS']