From ce7e6042a8cb522ef6598778fe4b9483c8bc6d00 Mon Sep 17 00:00:00 2001 From: Francisco Date: Thu, 21 Sep 2023 22:25:08 -0300 Subject: [PATCH] Add version to custom Solhint plugin --- scripts/solhint-custom/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/solhint-custom/package.json b/scripts/solhint-custom/package.json index d91e327a4..075eb929d 100644 --- a/scripts/solhint-custom/package.json +++ b/scripts/solhint-custom/package.json @@ -1,4 +1,5 @@ { "name": "solhint-plugin-openzeppelin", + "version": "0.0.0", "private": true }