From 9a64e13e174a35c014117c9e641ad5c4fbb603bb Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 16 Nov 2023 17:18:05 +0000 Subject: [PATCH] Update package.json (#32) To avoid issues when installing through github source directly using npm --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 14c277b..29f580c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { - "name": "hardhat-project", + "name": "@lens-protocol/modules", + "version": "1.0.0", "scripts": { "test": "npm run compile && TRACK_GAS=true hardhat test", "quick-test": "hardhat test",