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
|
# 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
|
## 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
|
```sh
|
||||||
npm install @grpc/grpc-js
|
npm install @grpc/grpc-js
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@grpc/grpc-js",
|
"name": "@grpc/grpc-js",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"description": "gRPC Library for Node - pure JS core",
|
"description": "gRPC Library for Node - pure JS implementation",
|
||||||
"homepage": "https://grpc.io/",
|
"homepage": "https://grpc.io/",
|
||||||
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js-core",
|
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js-core",
|
||||||
"main": "build/src/index.js",
|
"main": "build/src/index.js",
|
||||||
|
@ -28,7 +28,6 @@
|
||||||
"name": "Google Inc."
|
"name": "Google Inc."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_id": "@grpc/js-core@0.1.0",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run compile",
|
"build": "npm run compile",
|
||||||
"clean": "gts clean",
|
"clean": "gts clean",
|
||||||
|
|
Loading…
Reference in New Issue