Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
add untappd to index
Browse files Browse the repository at this point in the history
  • Loading branch information
infomofo committed Sep 2, 2019
1 parent d1b6b5a commit bdf8c92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ import * as _google from './lib/providers/google';
import * as _facebook from './lib/providers/facebook';
import * as _twitter from './lib/providers/twitter';
import * as _tumblr from './lib/providers/tumblr';
import * as _untappd from './lib/providers/untappd';

export const google = login(_google, platform);
export const facebook = login(_facebook, platform);
export const twitter = login(_twitter, platform);
export const tumblr = login(_tumblr, platform);
export const untappd = login(_untappd, platform);

export default login(__, platform);

0 comments on commit bdf8c92

Please sign in to comment.