Merge pull request #398 from murgatroid99/grpc-js_typescript_types

Publish .d.ts files in grpc-js. Also bump the version
This commit is contained in:
Michael Lumish 2018-06-15 10:12:14 -07:00 committed by GitHub
commit ad9b9dc8d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@grpc/grpc-js",
"version": "0.1.0",
"version": "0.2.0",
"description": "gRPC Library for Node - pure JS core",
"homepage": "https://grpc.io/",
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js-core",
@ -45,6 +45,6 @@
"lodash": "^4.17.4"
},
"files": [
"build/src/*.js"
"build/src/*.{js,d.ts}"
]
}