Skip to content

Commit 91e1837

Browse files
committed
Publish .d.ts files in grpc-js. Also bump the version
1 parent 35181c0 commit 91e1837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/grpc-js-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "gRPC Library for Node - pure JS core",
55
"homepage": "https://grpc.io/",
66
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js-core",
@@ -45,6 +45,6 @@
4545
"lodash": "^4.17.4"
4646
},
4747
"files": [
48-
"build/src/*.js"
48+
"build/src/*.{js,d.ts}"
4949
]
5050
}

0 commit comments

Comments
 (0)