From a0dd8d348d65ca18375f10f5c43cb36dd57d0830 Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Fri, 17 Nov 2023 15:02:57 -0800 Subject: [PATCH] chore: Update package descriptions --- packages/ua-utils-hardhat/package.json | 4 ++-- packages/utils-hardhat/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ua-utils-hardhat/package.json b/packages/ua-utils-hardhat/package.json index 66a512f37..e3558c5bb 100644 --- a/packages/ua-utils-hardhat/package.json +++ b/packages/ua-utils-hardhat/package.json @@ -1,7 +1,7 @@ { "name": "@layerzerolabs/ua-utils-hardhat", - "description": "Utilities for working with LayerZero EVM contracts", - "version": "0.0.15", + "description": "Hardhat utilities for working with LayerZero EVM contracts", + "version": "0.0.1", "license": "MIT", "private": true, "main": "dist/index.js", diff --git a/packages/utils-hardhat/package.json b/packages/utils-hardhat/package.json index 03b5fdbd8..c0bc7c6e1 100644 --- a/packages/utils-hardhat/package.json +++ b/packages/utils-hardhat/package.json @@ -1,6 +1,6 @@ { "name": "@layerzerolabs/utils-hardhat", - "description": "Hardhat helpers for LayerZero EVM projects", + "description": "Hardhat utilities for LayerZero EVM projects", "version": "0.0.2", "license": "MIT", "private": true,