From 4e817a96a876d9adb6ffdbe6163f7e19ec1670d2 Mon Sep 17 00:00:00 2001 From: Maxim Belov Date: Sun, 13 Oct 2024 17:45:37 +0300 Subject: [PATCH] fix(screenshot): Update plugin NPM package name (#4844) --- src/@awesome-cordova-plugins/plugins/screenshot/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@awesome-cordova-plugins/plugins/screenshot/index.ts b/src/@awesome-cordova-plugins/plugins/screenshot/index.ts index b6a1b2e83..9cd60a2e2 100644 --- a/src/@awesome-cordova-plugins/plugins/screenshot/index.ts +++ b/src/@awesome-cordova-plugins/plugins/screenshot/index.ts @@ -23,7 +23,7 @@ declare const navigator: any; */ @Plugin({ pluginName: 'Screenshot', - plugin: '@herdwatch-apps/cordova-plugin-screenshot', + plugin: '@herdwatch/cordova-plugin-screenshot', pluginRef: 'navigator.screenshot', repo: 'https://github.com/herdwatch-apps/cordova-plugin-screenshot', platforms: ['Android', 'iOS'],