Skip to content

Commit

Permalink
Merge pull request #337 from draperunner/fix-named-export-constants
Browse files Browse the repository at this point in the history
Fix named export of constants through index (fix breaking change in 2.0.1)
  • Loading branch information
zoontek authored Oct 6, 2019
2 parents 2f31bf8 + a4e1cc7 commit b69c511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ export function requestNotifications(

export * from './types';

export {PERMISSIONS, RESULTS} from './constants';

export default {
PERMISSIONS,
RESULTS,
Expand Down

0 comments on commit b69c511

Please sign in to comment.