From d9a8cd2bef9b58a105d6e0838aa1dd61c2aba528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Thu, 17 Jan 2019 20:24:53 -0300 Subject: [PATCH] Only publish the test suite behavior subdirectory --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 669248cab..7568a33e4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "files": [ "build", "contracts", - "test" + "test/behavior" ], "scripts": { "build": "scripts/build.sh",