Skip to content

Commit

Permalink
fix(screenshot): Update plugin NPM package name (#4844)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBelov authored Oct 13, 2024
1 parent 61d0854 commit 4e817a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/@awesome-cordova-plugins/plugins/screenshot/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 4e817a9

Please sign in to comment.