diff --git a/ext/node_grpc.cc b/ext/node_grpc.cc index caca0fc4..8ea0c64b 100644 --- a/ext/node_grpc.cc +++ b/ext/node_grpc.cc @@ -247,4 +247,4 @@ void init(Local exports) { grpc::node::ServerCredentials::Init(exports); } -NODE_MODULE(grpc, init) +NODE_MODULE(grpc_node, init)