From 190b0715ddabd077baf62c65ba9def8514bafa1a Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 23 May 2024 11:23:20 +0200 Subject: [PATCH] Remove authors --- ethereum/oracles/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ethereum/oracles/package.json b/ethereum/oracles/package.json index fe84c4e8..23d3987b 100644 --- a/ethereum/oracles/package.json +++ b/ethereum/oracles/package.json @@ -21,8 +21,7 @@ "prepare-js-fixtures": "tsx src/script/prepareJSHistoryAPIFixtures", "prepare-noir-fixtures": "rm -rf ../circuits/lib/src/fixtures && tsx src/script/prepareNoirHistoryAPIFixtures && tsx src/script/prepareMerkleProofFixtures" }, - "author": "", - "license": "MIT", + "license": "ISC", "dependencies": { "@ethereumjs/trie": "^6.2.0", "@iarna/toml": "^2.2.5",