Skip to content

Commit

Permalink
feat(flags): Export enableFlags under flag namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
drazik committed Jan 4, 2019
1 parent 952abe0 commit 56a136f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cozy-flags/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ if (typeof __ENABLED_FLAGS__ !== 'undefined') {
enableFlags(__ENABLED_FLAGS__)
}

flag.enable = enableFlags

export default flag

0 comments on commit 56a136f

Please sign in to comment.