From b55ff827cd126717af78afd4b4f502f9a5ecba08 Mon Sep 17 00:00:00 2001 From: gretzke Date: Thu, 7 Dec 2023 14:01:12 +0100 Subject: [PATCH] license fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cfb939..8945f2a 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,5 @@ "description": "Extracts contract deployment data from run-latest.json (foundry broadcast output) and writes to deployments/json/{chainId}.json & deployments/{chainId}.md", "main": "index.js", "author": "Polygon Labs", - "license": "MIT" + "license": "(Apache-2.0 OR MIT)" }