From f28a4427a2d3c0a7484ed66b089ac5e5df15eaab Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Thu, 18 Oct 2018 20:34:50 +0200 Subject: [PATCH] Add missing zos.json files --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d26c23e8..31a591244 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,9 @@ "files": [ "build", "contracts", - "test" + "test", + "zos.json", + "zos.*.json" ], "scripts": { "test": "scripts/test.sh",