From 234440c2a63d01aeea4f213ee5c07a7ecf9cb29b Mon Sep 17 00:00:00 2001 From: Jack Works Date: Sat, 21 Sep 2019 23:27:44 +0800 Subject: [PATCH] fix: change the package name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 552a976..111fa98 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "async-call", + "name": "async-call-rpc", "version": "1.0.0", "description": "A lightweight JSON RPC server & client", "main": "out/index.js",