From 3f4243f14298ca4645680c98200b4604efd65284 Mon Sep 17 00:00:00 2001 From: Dmitry Chekanov Date: Tue, 30 Aug 2016 10:54:59 +0300 Subject: [PATCH] Include only the necessary files in the package --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cbbe48..715195b 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,8 @@ "devDependencies": { "tap": "~0.3" }, - "license": "MIT" + "license": "MIT", + "files": [ + "mkpath.js" + ] }