From 271f2ec71f7830002a870228e1911cd298ae9c15 Mon Sep 17 00:00:00 2001 From: Manuel Montenegro Date: Fri, 6 Oct 2023 14:07:19 +0200 Subject: [PATCH 1/2] Update package.json as NPM update process This change is aim to prepare the package JSON to the new NPM package (0.5.0). --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c56a45af..448858dd 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,12 @@ { "name": "@nucypher/nucypher-contracts", - "version": "0.3.0", + "version": "0.5.0", "license": "AGPL-3.0-or-later", - "description": "NuCypher Network Smart Contracts", + "description": "Threshold Access Control (TACo) Smart Contracts", "author": "NuCypher", "files": [ "/contracts/**/*.sol", - "/build/contracts/*.json", - "/artifacts/*.json", + "/depoloyment/artifacts/*.json", "!/contracts/test/**/*" ] } From 24498262f6509cd86dd53df8b0537a7b30bd51ec Mon Sep 17 00:00:00 2001 From: Manuel Montenegro Date: Fri, 6 Oct 2023 14:36:54 +0200 Subject: [PATCH 2/2] Fix typo Co-authored-by: LunarBytes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 448858dd..268a0a51 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "NuCypher", "files": [ "/contracts/**/*.sol", - "/depoloyment/artifacts/*.json", + "/deployment/artifacts/*.json", "!/contracts/test/**/*" ] }