Skip to content

Commit 367e23e

Browse files
authored
Update package.json
1 parent 71e5aa6 commit 367e23e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "grpc-js",
33
"version": "0.1.0",
4-
"description": "gRPC client implementation in Node.js",
4+
"description": "gRPC Library for Node - pure JS",
5+
"homepage": "https://grpc.io/",
56
"main": "index.js",
7+
"private": true,
68
"engines": {
79
"node": ">=8.3"
810
},

0 commit comments

Comments
 (0)