Skip to content

Commit

Permalink
Fix browser ws alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 18, 2020
1 parent fff72ef commit 02546b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Richard Moore <me@ricmoo.com>",
"browser": {
"./lib/ipc-provider": "./lib/browser-ipc-provider.js",
"./ws": "./lib/browser-ws.js",
"./lib/ws": "./lib/browser-ws.js",
"net": "./lib/browser-net.js"
},
"dependencies": {
Expand Down

0 comments on commit 02546b9

Please sign in to comment.