From dd2916dbbbe2e349bd5668efe0054b868c0e7713 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Sat, 29 Sep 2018 23:55:01 -0700 Subject: [PATCH] Remove missing file from box configuration --- box.json.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box.json.dist b/box.json.dist index b57af12..e254a2c 100644 --- a/box.json.dist +++ b/box.json.dist @@ -1,5 +1,5 @@ { "main": "version-tool", "output": "version-tool.phar", - "files": ["example", "VERSION"] + "files": ["VERSION"] }