Skip to content

Commit

Permalink
feat(webintent): add plugin to index
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Apr 4, 2016
1 parent e2fc9a0 commit f357b56
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import {StatusBar} from './plugins/statusbar';
import {Toast} from './plugins/toast';
import {TouchID} from './plugins/touchid';
import {Vibration} from './plugins/vibration';
import {WebIntent} from './plugins/webintent';

export {
ActionSheet,
Expand Down Expand Up @@ -89,7 +90,8 @@ export {
StatusBar,
Toast,
TouchID,
Vibration
Vibration,
WebIntent
}

export * from './plugins/plugin';
Expand Down Expand Up @@ -137,7 +139,8 @@ window['IonicNative'] = {
StatusBar: StatusBar,
Toast: Toast,
TouchID: TouchID,
Vibration: Vibration
Vibration: Vibration,
WebIntent: WebIntent
};

// To help developers using cordova, we listen for the device ready event and
Expand Down

0 comments on commit f357b56

Please sign in to comment.