From f42ed0cc58be060dee5a1e55300b676ba7188117 Mon Sep 17 00:00:00 2001 From: - <-> Date: Sun, 24 Mar 2024 01:52:55 +0700 Subject: [PATCH] Updated README & version --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9452858..8ad68c0 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ The Yul+ compiler is run using the [Yul+ transpiler from FuelLabs](https://githu ## Installation -First, you need to install the plugin by running +First, you need to install the plugin and solc by running ```bash -yarn add -D @skybit/hardhat-yul +yarn add -D @skybit/hardhat-yul solc ``` And add the following statement to your `hardhat.config.js`: @@ -56,4 +56,4 @@ There are no additional steps you need to take for this plugin to work. This is a fork of [@TovarishFin/hardhat-yul](https://github.com/TovarishFin/hardhat-yul) which no longer seems to be maintained and is not open for issues. - +As of v4.2.0 solc has been made a peer dependency so that whatever version of solc that you choose to install in your own repository will be used to compile the yul files. diff --git a/package.json b/package.json index e0f54fa..f979fec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@skybit/hardhat-yul", - "version": "4.1.1", + "version": "4.2.0", "description": "Compile Yul smart contracts in Hardhat", "repository": { "type": "git",