mirror of https://github.com/grpc/grpc-node.git
Publish .d.ts files in grpc-js. Also bump the version
This commit is contained in:
parent
35181c0886
commit
91e1837d16
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@grpc/grpc-js",
|
"name": "@grpc/grpc-js",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "gRPC Library for Node - pure JS core",
|
"description": "gRPC Library for Node - pure JS core",
|
||||||
"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",
|
||||||
|
@ -45,6 +45,6 @@
|
||||||
"lodash": "^4.17.4"
|
"lodash": "^4.17.4"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"build/src/*.js"
|
"build/src/*.{js,d.ts}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue