From 8512401f6811bc21b1ce9476e624a82387f5a22a Mon Sep 17 00:00:00 2001 From: andri lim Date: Tue, 17 Dec 2019 13:25:05 +0700 Subject: [PATCH] rename evmjit to evmc (#1274) * rename evmjit to emvc * add alias for 'evmc' package --- packages.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index b1b81f0..b8a9ed4 100644 --- a/packages.json +++ b/packages.json @@ -6318,7 +6318,11 @@ }, { "name": "evmjit", - "url": "https://github.com/status-im/nim-evmjit", + "alias": "evmc" + }, + { + "name": "evmc", + "url": "https://github.com/status-im/nim-evmc", "method": "git", "tags": [ "library", @@ -6327,9 +6331,9 @@ "jit", "wrapper" ], - "description": "A wrapper for the The Ethereum EVM JIT library", + "description": "A wrapper for the The Ethereum EVMC library", "license": "Apache License 2.0", - "web": "https://github.com/status-im/nim-evmjit" + "web": "https://github.com/status-im/nim-evmc" }, { "name": "keccak_tiny",