Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 492 Bytes

Google Protobuf for Javascript with fixes

This repository contains compiled google-protobuf for Javascript files based on

  • Commit: 4763e64eb1e72e628ab75a9872f4146fdd2cf765
  • PR #1920

To use in Node.js project, include the following dependency:

{
  "dependencies": {
    "google-protobuf": "robotalks/google-protobuf.js"
  }
}

When new release of npm package is published with above PR merged, this repository will be deleted.