From a35892ab4e442b44d303b9afe0135d3da1873a17 Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Fri, 24 Jun 2016 13:12:26 +0200 Subject: [PATCH] fix(package): remove test dir from npm to reduce package size --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index cacf5c4..61478dc 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "description": "Resize, rename, and upload images to AWS S3", "main": "index.js", "files": [ - "index.js", - "test" + "index.js" ], "scripts": { "codacy-coverage": "codacy-coverage",