We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35181c0 commit 91e1837Copy full SHA for 91e1837
packages/grpc-js-core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@grpc/grpc-js",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "gRPC Library for Node - pure JS core",
5
"homepage": "https://grpc.io/",
6
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js-core",
@@ -45,6 +45,6 @@
45
"lodash": "^4.17.4"
46
},
47
"files": [
48
- "build/src/*.js"
+ "build/src/*.{js,d.ts}"
49
]
50
}
0 commit comments