From 2afd415491546f66895cc8b1268ea3da21d68d58 Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Mon, 25 Apr 2016 06:54:02 -0400 Subject: [PATCH] chore(index): update index --- src/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.ts b/src/index.ts index e6b9444b..3b2a564b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -36,6 +36,7 @@ import {InAppBrowser} from './plugins/inappbrowser'; import {Keyboard} from './plugins/keyboard'; import {LaunchNavigator} from './plugins/launchnavigator'; import {LocalNotifications} from './plugins/localnotifications'; +import {Media} from './plugins/media'; import {Network, Connection} from './plugins/network'; import {Push} from './plugins/push'; import {SMS} from './plugins/sms'; @@ -81,6 +82,7 @@ export { Keyboard, LaunchNavigator, LocalNotifications, + Media, Network, Push, SMS, @@ -130,6 +132,7 @@ window['IonicNative'] = { Keyboard: Keyboard, LaunchNavigator: LaunchNavigator, LocalNotifications: LocalNotifications, + Media: Media, Network: Network, Push: Push, SMS: SMS,