From 3d387798b6528451c4be3207a0203158779339c0 Mon Sep 17 00:00:00 2001 From: !Cogentx Date: Mon, 17 Jul 2017 20:21:35 -0230 Subject: [PATCH] docs(local-notifications): fix package name (#1817) $ ionic cordova plugin add phonegap-local-notifications -- should be -- $ ionic cordova plugin add phonegap-plugin-local-notification -- in Docs -- --- src/@ionic-native/plugins/phonegap-local-notification/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/phonegap-local-notification/index.ts b/src/@ionic-native/plugins/phonegap-local-notification/index.ts index b141b409b..9286c7e77 100644 --- a/src/@ionic-native/plugins/phonegap-local-notification/index.ts +++ b/src/@ionic-native/plugins/phonegap-local-notification/index.ts @@ -87,7 +87,7 @@ export interface LocalNotificationOptions { */ @Plugin({ pluginName: 'Phonegap Local Notifications', - plugin: 'phonegap-local-notifications', + plugin: 'phonegap-plugin-local-notification', pluginRef: 'Notification', repo: 'https://github.com/phonegap/phonegap-plugin-local-notification', platforms: ['Android', 'Browser', 'iOS', 'Windows']