Skip to content

Commit

Permalink
Point to new version of npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst authored Jan 11, 2019
1 parent f127046 commit 936411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/grpcweb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function generateTypescriptDefinition(fileDescriptor: FileDescriptorProto, expor
.forEach(importDescriptor => {
printer.printLn(`import * as ${importDescriptor.namespace} from "${importDescriptor.path}";`);
});
printer.printLn(`import {grpc} from "grpc-web-client";`);
printer.printLn(`import {grpc} from "@improbable-eng/grpc-web";`);
printer.printEmptyLn();

// Services.
Expand Down

0 comments on commit 936411a

Please sign in to comment.