Skip to content

Commit c5d291f

Browse files
committed
New: Full build depends on light build depends on minimal build, shares all relevant code
1 parent 4bff9c3 commit c5d291f

26 files changed

Lines changed: 777 additions & 750 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The `protobuf` namespace will always be available globally / also supports AMD l
7979

8080
Additionally, the library is compiled in different versions. Which one to use depends on whether size is a factor and your use case:
8181

82-
| Build | Folder | How to require | Description
82+
| Build | Downloads | How to require | Description
8383
|---------|------------------------------|---------------------------------|-------------
8484
| full | [dist][dist-full] | `require("protobufjs")` | All features. Works with everything.
8585
| light | [dist/light][dist-light] | `require("protobufjs/light")` | All features except tokenizer, parser and bundled common types. Works with reflection, JSON definitions and static code.

0 commit comments

Comments
 (0)