mirror of https://github.com/grpc/grpc-node.git
Update pure JS version, README
This commit is contained in:
parent
270d6bbe2d
commit
4c07ed3d66
|
@ -1,10 +1,10 @@
|
|||
# Pure JavaScript gRPC Client
|
||||
|
||||
**Note: This is an alpha-level release. Some APIs may not yet be present and there may be bugs. Please report any that you encounter**
|
||||
**Note: This is an beta-level release. Some APIs may not yet be present and there may be bugs. Please report any that you encounter**
|
||||
|
||||
## Installation
|
||||
|
||||
Node 9.x or greater is required.
|
||||
Node 10 is recommended. The exact set of compatible Node versions can be found in the `engines` field of the `package.json` file.
|
||||
|
||||
```sh
|
||||
npm install @grpc/grpc-js
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@grpc/grpc-js",
|
||||
"version": "0.2.0",
|
||||
"description": "gRPC Library for Node - pure JS core",
|
||||
"version": "0.3.0",
|
||||
"description": "gRPC Library for Node - pure JS implementation",
|
||||
"homepage": "https://grpc.io/",
|
||||
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js-core",
|
||||
"main": "build/src/index.js",
|
||||
|
@ -28,7 +28,6 @@
|
|||
"name": "Google Inc."
|
||||
}
|
||||
],
|
||||
"_id": "@grpc/js-core@0.1.0",
|
||||
"scripts": {
|
||||
"build": "npm run compile",
|
||||
"clean": "gts clean",
|
||||
|
|
Loading…
Reference in New Issue