Skip to content

Commit

Permalink
refactor(index): export interfaces from Facebook and Twitter
Browse files Browse the repository at this point in the history
closes #344
  • Loading branch information
ihadeed committed Jul 23, 2016
1 parent cb24876 commit b8f475f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export * from './plugins/datepicker';
export * from './plugins/device';
export * from './plugins/devicemotion';
export * from './plugins/deviceorientation';
export * from './plugins/facebook';
export * from './plugins/filetransfer';
export * from './plugins/googlemaps';
export * from './plugins/httpd';
Expand All @@ -104,6 +105,7 @@ export * from './plugins/safari-view-controller';
export * from './plugins/sms';
export * from './plugins/spinnerdialog';
export * from './plugins/toast';
export * from './plugins/twitter-connect';
export {
ActionSheet,
AdMob,
Expand All @@ -125,7 +127,6 @@ export {
Dialogs,
Diagnostic,
EmailComposer,
Facebook,
File,
Flashlight,
Geolocation,
Expand All @@ -148,7 +149,6 @@ export {
StatusBar,
TouchID,
Transfer,
TwitterConnect,
Vibration,
WebIntent
}
Expand Down

0 comments on commit b8f475f

Please sign in to comment.