Skip to content

Commit

Permalink
fix: Typo in package.json s/main/browser
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Mar 11, 2021
1 parent 73dfbda commit 03d5360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cozy-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.12.2",
"description": "Realtime interactions with cozy-stack using Websocket",
"main": "dist/index.js",
"main": "dist/index.browser.js",
"browser": "dist/index.browser.js",
"author": "Cozy",
"license": "MIT",
"homepage": "https://docs.cozy.io/en/cozy-realtime/README/",
Expand Down

0 comments on commit 03d5360

Please sign in to comment.