Skip to content

Commit

Permalink
fix: Revert change on removal of browser
Browse files Browse the repository at this point in the history
The browser entrypoint was removed by error in a unrelated commit.
The commit in question a0856a5

This had the consequence that we could not access browser only methods
after updating cozy-flags.
  • Loading branch information
ptbrowne authored and Crash-- committed May 12, 2021
1 parent 5c363b9 commit cd77604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cozy-flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "2.7.1",
"description": "Flag library used in Cozy",
"main": "dist/index.js",
"browser": "dist/index.browser.js",
"author": "Cozy",
"license": "MIT",
"homepage": "https://github.com/cozy/cozy-libs/blob/master/packages/cozy-flags/README.md",
Expand Down

0 comments on commit cd77604

Please sign in to comment.