mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 08:32:52 +08:00
fix(screenshot): Update plugin NPM package name (#4844)
This commit is contained in:
parent
61d0854f73
commit
4e817a96a8
@ -23,7 +23,7 @@ declare const navigator: any;
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'Screenshot',
|
pluginName: 'Screenshot',
|
||||||
plugin: '@herdwatch-apps/cordova-plugin-screenshot',
|
plugin: '@herdwatch/cordova-plugin-screenshot',
|
||||||
pluginRef: 'navigator.screenshot',
|
pluginRef: 'navigator.screenshot',
|
||||||
repo: 'https://github.com/herdwatch-apps/cordova-plugin-screenshot',
|
repo: 'https://github.com/herdwatch-apps/cordova-plugin-screenshot',
|
||||||
platforms: ['Android', 'iOS'],
|
platforms: ['Android', 'iOS'],
|
||||||
|
Loading…
Reference in New Issue
Block a user