From 256f1f441ebcfdfccb0cbf22d1e0444e4a39eb3d Mon Sep 17 00:00:00 2001 From: Rohit Solia Date: Thu, 2 May 2024 12:19:34 -0500 Subject: [PATCH] Update package.json (#107) Added name and version field. In absence of these field, hardhat will through error if Kernel is used as local npm package. --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 3ddadbe4..f360dc44 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,6 @@ { + "name":"kernel", + "version":"3.0.0", "license": "MIT", "scripts": { "compile": "hardhat compile"