Skip to content

Commit fb913e8

Browse files
authored
Correct export map (#1507)
1 parent 4ce6687 commit fb913e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"./browser": {
2525
"types": "./lib/browser/main.d.ts",
26-
"node": "./lib/browser/main.js"
26+
"browser": "./lib/browser/main.js"
2727
}
2828
},
2929
"dependencies": {

0 commit comments

Comments
 (0)