Skip to content

Commit

Permalink
Fix project.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodoufu committed Jan 5, 2021
1 parent d2635e9 commit 33e849b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and call the method `SayHello`.

Now to call everything you only need to:
```ts
import {Rest2gRPCServer} from 'rest2grpcServer';
import {Rest2gRPCServer} from 'rest2grpc';
(async () => {
const address = 'localhost:50051';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rest2grpc",
"version": "0.2.2",
"version": "0.2.3",
"description": "Convert HTTP REST to gRPC",
"main": "build/src/index.d.ts",
"types": "build/src/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,6 @@
},
"homepage": "https://github.com/rodoufu/rest2grpc#readme",
"devDependencies": {
"@types/express": "^4.17.9",
"@types/jest": "^26.0.18",
"@types/node": "^14.14.11",
"eslint": "^7.14.0",
Expand All @@ -54,6 +53,7 @@
"@grpc/grpc-js": "^1.2.1",
"@grpc/proto-loader": "^0.5.5",
"@types/protobufjs": "^6.0.0",
"@types/express": "^4.17.9",
"express": "^4.17.1",
"google-protobuf": "^3.14.0",
"js-yaml": "^3.14.1"
Expand Down

0 comments on commit 33e849b

Please sign in to comment.