fix(screenshot): Update plugin NPM package name (#4844)

This commit is contained in:
Maxim Belov 2024-10-13 17:45:37 +03:00 committed by GitHub
parent 61d0854f73
commit 4e817a96a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'],