Skip to content

Commit 7c391d6

Browse files
committed
Add browser entry to package.json, see #995
1 parent 918ff01 commit 7c391d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protobufjs",
3-
"version": "6.8.6",
3+
"version": "6.8.7",
44
"versionScheme": "~",
55
"description": "Protocol Buffers for JavaScript (& TypeScript).",
66
"author": "Daniel Wirtz <[email protected]>",
@@ -18,6 +18,7 @@
1818
"typescript"
1919
],
2020
"main": "index.js",
21+
"browser": "dist/protobuf.js",
2122
"types": "index.d.ts",
2223
"bin": {
2324
"pbjs": "bin/pbjs",

0 commit comments

Comments
 (0)