Skip to content

Commit

Permalink
Merge pull request #398 from murgatroid99/grpc-js_typescript_types
Browse files Browse the repository at this point in the history
Publish .d.ts files in grpc-js. Also bump the version
  • Loading branch information
murgatroid99 committed Jun 15, 2018
2 parents 35181c0 + 91e1837 commit ad9b9dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/grpc-js-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -45,6 +45,6 @@
"lodash": "^4.17.4"
},
"files": [
"build/src/*.js"
"build/src/*.{js,d.ts}"
]
}

0 comments on commit ad9b9dc

Please sign in to comment.