Skip to content

Commit 6fc6481

Browse files
committed
Other: Include dist files in npm package, see #955
1 parent 86e8904 commit 6fc6481

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.1",
3+
"version": "6.8.2",
44
"versionScheme": "~",
55
"description": "Protocol Buffers for JavaScript (& TypeScript).",
66
"author": "Daniel Wirtz <[email protected]>",
@@ -117,6 +117,7 @@
117117
"scripts/postinstall.js",
118118
"bin/**",
119119
"cli/**",
120+
"dist/**",
120121
"ext/**",
121122
"google/**",
122123
"src/**"

0 commit comments

Comments
 (0)