Skip to content

Commit b69c511

Browse files
authored
Merge pull request #337 from draperunner/fix-named-export-constants
Fix named export of constants through index (fix breaking change in 2.0.1)
2 parents 2f31bf8 + a4e1cc7 commit b69c511

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ export function requestNotifications(
159159

160160
export * from './types';
161161

162+
export {PERMISSIONS, RESULTS} from './constants';
163+
162164
export default {
163165
PERMISSIONS,
164166
RESULTS,

0 commit comments

Comments
 (0)